--- linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am 2004/04/27 09:21:58 56 +++ linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am 2004/05/02 17:45:43 57 @@ -1,10 +1,11 @@ # set the include path found by configure INCLUDES = $(all_includes) +METASOURCES = AUTO + # to prevent compile errors on some systems AM_CXXFLAGS = -pedantic -METASOURCES = AUTO -lib_LTLIBRARIES = libgig.la +pkglib_LTLIBRARIES = libgig.la +libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h libgig_la_LDFLAGS = -module -libgig_la_SOURCES = DLS.cpp DLS.h gig.cpp gig.h RIFF.cpp RIFF.h