]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Oliver Schroeder:
[flightgear.git] / src / Makefile.am
index e9f4531780c7a4d73008dc8aead53f3ebab9bdd4..c0baac3c19d4a8d54c060c453983af2efe0222cb 100644 (file)
@@ -1,10 +1,33 @@
-noinst_LIBRARIES = libsl.a libsm.a
+if ENABLE_MPLAYER_AS
+MPLAYER_DIRS = MultiPlayer
+else
+MPLAYER_DIRS =
+endif
 
-libsl_a_SOURCES = \
-       sl.h slPortability.h \
-       slDSP.cxx slSample.cxx slEnvelope.cxx \
-       slSamplePlayer.cxx slScheduler.cxx
-
-libsm_a_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