]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/Makefile.am
Stub in a place holder for the electrical system model.
[flightgear.git] / src / Systems / Makefile.am
index 15d9b863e768cd95258c3e194c91beed5cc4af1f..d254cde857bf74c9bb12570cf7f19abd2c80b853 100644 (file)
@@ -1,6 +1,8 @@
 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 \
+                       vacuum.cxx vacuum.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src