]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/Makefile.am
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Systems / Makefile.am
index d254cde857bf74c9bb12570cf7f19abd2c80b853..a4de5c996dc3f3e92ee04addbb036f0a029a9b4c 100644 (file)
@@ -1,8 +1,9 @@
 noinst_LIBRARIES = libSystems.a
 
 libSystems_a_SOURCES = \
-                       system_mgr.cxx system_mgr.hxx \
-                       electrical.cxx electrical.hxx \
-                       vacuum.cxx vacuum.hxx
+                        system_mgr.cxx system_mgr.hxx \
+                        electrical.cxx electrical.hxx \
+                        static.cxx static.hxx \
+                        vacuum.cxx vacuum.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src