]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/Makefile.am
Fix two bugs in the new autopilot code
[flightgear.git] / src / Systems / Makefile.am
index 253408590187be298789f599b0d3f37ed2ddf288..93ff9c9468c474dc11220d78d2831e88efacd8f5 100644 (file)
@@ -1,7 +1,10 @@
-SUBDIRS        = Vacuum
-
 noinst_LIBRARIES = libSystems.a
 
-libSystems_a_SOURCES = system_mgr.cxx system_mgr.hxx
+libSystems_a_SOURCES = \
+                        system_mgr.cxx system_mgr.hxx \
+                        electrical.cxx electrical.hxx \
+                        pitot.cxx pitot.hxx \
+                        static.cxx static.hxx \
+                        vacuum.cxx vacuum.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src