From e161979b42db9577677f70931dc219fd28723feb Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 24 Apr 2007 09:24:29 +0000 Subject: [PATCH] Add files and set stepmania and GtkModule.so to not be installed. We will do this manually from the top level Makefile. --- stepmania/src/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index 20b7c042ac..e606e49a5c 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -1,7 +1,7 @@ -bin_PROGRAMS = stepmania +## Do not install stepmania in the traditional way. +noinst_PROGRAMS = stepmania TESTS = tests: $(TESTS) -noinst_PROGRAMS = if BUILD_TESTS noinst_PROGRAMS += $(TESTS) endif @@ -362,6 +362,7 @@ RageSoundPosMap.cpp RageSoundPosMap.h RageSoundReader.cpp RageSoundReader.h Rage RageSoundReader_Filter.h \ RageSoundReader_ChannelSplit.cpp RageSoundReader_ChannelSplit.h \ RageSoundReader_Extend.cpp RageSoundReader_Extend.h \ +RageSoundReader_Merge.cpp RageSoundReader_Merge.h \ RageSoundReader_PitchChange.cpp RageSoundReader_PitchChange.h \ RageSoundReader_PostBuffering.cpp RageSoundReader_PostBuffering.h \ RageSoundReader_Pan.cpp RageSoundReader_Pan.h \ @@ -571,7 +572,7 @@ endif if HAVE_GTK -bin_PROGRAMS += GtkModule.so +noinst_PROGRAMS += GtkModule.so GtkModule_so_LDFLAGS = -rdynamic -shared GtkModule_so_CPPFLAGS = $(GTK_CFLAGS) -fPIC GtkModule_so_LDADD = $(GTK_LIBS)