X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSystems%2FMakefile.am;h=93ff9c9468c474dc11220d78d2831e88efacd8f5;hb=729e28754a5ff709d0a39d82d9734c8288ea0db1;hp=15d9b863e768cd95258c3e194c91beed5cc4af1f;hpb=682feb8f2d4803444b5a95d956de3979a7a7fcc7;p=flightgear.git diff --git a/src/Systems/Makefile.am b/src/Systems/Makefile.am index 15d9b863e..93ff9c946 100644 --- a/src/Systems/Makefile.am +++ b/src/Systems/Makefile.am @@ -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