X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=c0baac3c19d4a8d54c060c453983af2efe0222cb;hb=73313ed0e1049dad9cac2301af9b3e965526fab8;hp=72aa7dffbdf8b48384af7c1ebdc892639cc355e1;hpb=fca7a8fa47b60fb80108d4302c11872c05020331;p=flightgear.git diff --git a/src/Makefile.am b/src/Makefile.am index 72aa7dffb..c0baac3c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,12 +1,33 @@ -libdir = ${exec_prefix}/lib +if ENABLE_MPLAYER_AS +MPLAYER_DIRS = MultiPlayer +else +MPLAYER_DIRS = +endif -lib_LTLIBRARIES = libsl.la libsm.la - -libsl_la_SOURCES = \ - sl.h slPortability.h \ - slDSP.cxx slSample.cxx slEnvelope.cxx \ - slSamplePlayer.cxx slScheduler.cxx - -libsm_la_SOURCES = sm.h slPortability.h smMixer.cxx - -INCLUDES += -I$(top_builddir) -I. +SUBDIRS = \ + Include \ + Aircraft \ + Airports \ + ATC \ + Autopilot \ + Cockpit \ + Controls \ + Environment \ + FDM \ + GUI \ + Input \ + Instrumentation \ + Model \ + AIModel \ + Navaids \ + Network \ + $(MPLAYER_DIRS) \ + Objects \ + Replay \ + Scenery \ + Scripting \ + Sound \ + Systems \ + Time \ + Traffic \ + Main