From 483f0d32be6ab5533577616ac4f76dfdb38d4ca2 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 2 Mar 2015 10:43:34 +0000 Subject: [PATCH] build: fix small Makefile error. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 56d47973..724b52aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,6 @@ liblolcore_a_SOURCES = \ audio.cpp audio.h scene.cpp scene.h font.cpp font.h \ entity.cpp entity.h ticker.cpp ticker.h lolgl.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 \ profiler.cpp profiler.h text.cpp text.h emitter.cpp emitter.h \ numeric.h utils.h messageservice.cpp messageservice.h \ @@ -66,6 +65,7 @@ liblolcore_headers = \ liblolcore_sources = \ application/application.cpp application/application.h \ + application/baselua.cpp application/baselua.h \ eglapp.cpp eglapp.h \ \ commandstack.h \