1
0
Fork 0
flightgear/src/Makefile.am

11 lines
244 B
Text
Raw Normal View History

1998-07-30 23:41:43 +00:00
noinst_LIBRARIES = libsl.a libsm.a
1998-07-16 17:48:11 +00:00
1998-07-30 23:41:43 +00:00
libsl_a_SOURCES = \
1998-07-16 17:48:11 +00:00
sl.h slPortability.h \
slDSP.cxx slSample.cxx slEnvelope.cxx \
slSamplePlayer.cxx slScheduler.cxx
1998-07-30 23:41:43 +00:00
libsm_a_SOURCES = sm.h slPortability.h smMixer.cxx
1998-07-16 17:48:11 +00:00
INCLUDES += -I$(top_builddir) -I.