From e397b24d4724d835d6cdc39a92800e64c0551dab Mon Sep 17 00:00:00 2001 From: vexed Date: Sun, 17 Feb 2013 20:38:49 -0500 Subject: [PATCH] Forgot to push these changes for commit 372eff6693e633e8d0d1d0b8a9ceb996a5c3f49f --- lib/framework/Makefile.am | 5 ++--- lib/gamelib/Makefile.am | 3 +-- lib/script/Makefile.am | 5 ++--- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/lib/framework/Makefile.am b/lib/framework/Makefile.am index 33c1e5123..cf7dc959a 100644 --- a/lib/framework/Makefile.am +++ b/lib/framework/Makefile.am @@ -9,9 +9,6 @@ MOCEDFILES = $(MOCHEADER:%.h=%_moc.cpp) %_moc.cpp: %.h $(MOC4) -o $@ $< -BUILT_SOURCES = \ - resource_parser.h \ - strres_parser.h CLEANFILES = \ $(MOCEDFILES) @@ -44,9 +41,11 @@ noinst_HEADERS = \ physfs_ext.h \ rational.h \ resly.h \ + resource_parser.h \ stdio_ext.h \ string_ext.h \ strres.h \ + strres_parser.h \ strresly.h \ treap.h \ trig.h \ diff --git a/lib/gamelib/Makefile.am b/lib/gamelib/Makefile.am index a130dfcf1..31c4669bd 100644 --- a/lib/gamelib/Makefile.am +++ b/lib/gamelib/Makefile.am @@ -2,13 +2,12 @@ AM_CPPFLAGS = -DYY_NO_INPUT $(SDL_CFLAGS) $(WZ_CPPFLAGS) $(QT4_CFLAGS) AM_CFLAGS = $(WZ_CFLAGS) AM_CXXFLAGS = $(WZ_CXXFLAGS) $(QT4_CFLAGS) -BUILT_SOURCES = \ - audp_parser.h noinst_LIBRARIES = libgamelib.a noinst_HEADERS = \ anim.h \ animobj.h \ + audp_parser.h \ gtime.h \ hashtable.h \ parser.h diff --git a/lib/script/Makefile.am b/lib/script/Makefile.am index 15f319034..6270bebf0 100644 --- a/lib/script/Makefile.am +++ b/lib/script/Makefile.am @@ -2,12 +2,10 @@ AM_CPPFLAGS = -DYY_NO_INPUT $(WZ_CPPFLAGS) $(QT4_CFLAGS) AM_CFLAGS = $(WZ_CFLAGS) AM_CXXFLAGS = $(WZ_CXXFLAGS) $(QT4_CFLAGS) -BUILT_SOURCES = \ - chat_parser.h \ - script_parser.h noinst_LIBRARIES = libscript.a noinst_HEADERS = \ + chat_parser.h \ chat_processing.h \ codeprint.h \ event.h \ @@ -15,6 +13,7 @@ noinst_HEADERS = \ interpreter.h \ parse.h \ script.h \ + script_parser.h \ stack.h libscript_a_SOURCES = \