]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/Makefile.am
Merge branch 'fredb/winbuild'
[flightgear.git] / src / Systems / Makefile.am
index 15d9b863e768cd95258c3e194c91beed5cc4af1f..93ff9c9468c474dc11220d78d2831e88efacd8f5 100644 (file)
@@ -1,6 +1,10 @@
 noinst_LIBRARIES = libSystems.a
 
-libSystems_a_SOURCES = system_mgr.cxx system_mgr.hxx \
-                       vacuum.cxx vacuum.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