]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Network / Makefile.am
index 2eb3ace49849db59de5a1e54be4d46f4ddac3f5a..87fda61fb0058f491dcb30314e94cddc841fec5f 100644 (file)
@@ -8,6 +8,7 @@ endif
 
 libNetwork_a_SOURCES = \
        protocol.cxx protocol.hxx \
+       atc610x.cxx atc610x.hxx \
        atlas.cxx atlas.hxx \
        garmin.cxx garmin.hxx \
         httpd.cxx httpd.hxx \
@@ -16,16 +17,13 @@ libNetwork_a_SOURCES = \
        native.cxx native.hxx \
        native_ctrls.cxx native_ctrls.hxx \
        native_fdm.cxx native_fdm.hxx \
-       nmea.cxx nmea.hxx \
+       net_fdm.hxx \
+        nmea.cxx nmea.hxx \
         opengc.cxx opengc.hxx opengc_data.hxx \
        props.cxx props.hxx \
        pve.cxx pve.hxx \
-       raw_ctrls.hxx raw_fdm.hxx \
+       raw_ctrls.hxx \
        ray.cxx ray.hxx \
        rul.cxx rul.hxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
-else
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-endif