Browse Source

build: fix small Makefile error.

undefined
Sam Hocevar 10 years ago
parent
commit
483f0d32be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Makefile.am

+ 1
- 1
src/Makefile.am View File

@@ -10,7 +10,6 @@ liblolcore_a_SOURCES = \
audio.cpp audio.h scene.cpp scene.h font.cpp font.h \ audio.cpp audio.h scene.cpp scene.h font.cpp font.h \
entity.cpp entity.h ticker.cpp ticker.h lolgl.h \ entity.cpp entity.h ticker.cpp ticker.h lolgl.h \
tileset.cpp tileset.h forge.cpp forge.h video.cpp video.h \ tileset.cpp tileset.h forge.cpp forge.h video.cpp video.h \
baselua.cpp baselua.h \
world.cpp world.h sample.cpp sample.h sampler.cpp sampler.h \ world.cpp world.h sample.cpp sample.h sampler.cpp sampler.h \
profiler.cpp profiler.h text.cpp text.h emitter.cpp emitter.h \ profiler.cpp profiler.h text.cpp text.h emitter.cpp emitter.h \
numeric.h utils.h messageservice.cpp messageservice.h \ numeric.h utils.h messageservice.cpp messageservice.h \
@@ -66,6 +65,7 @@ liblolcore_headers = \


liblolcore_sources = \ liblolcore_sources = \
application/application.cpp application/application.h \ application/application.cpp application/application.h \
application/baselua.cpp application/baselua.h \
eglapp.cpp eglapp.h \ eglapp.cpp eglapp.h \
\ \
commandstack.h \ commandstack.h \


Loading…
Cancel
Save