]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Changes to better support arbitrary external flight models.
[flightgear.git] / src / Network / Makefile.am
index 3f200aea474e62ffbe50cbc31ccbc8276c8abda6..361da9c30c93b96b033050b47afdfb7ba4cd14e1 100644 (file)
@@ -1,17 +1,19 @@
 noinst_LIBRARIES = libNetwork.a
 
 libNetwork_a_SOURCES = \
-       iochannel.cxx iochannel.hxx \
-       fg_file.cxx fg_file.hxx \
-       fg_serial.cxx fg_serial.hxx \
-       fg_socket.cxx fg_socket.hxx \
        protocol.cxx protocol.hxx \
-       native.cxx native.hxx \
+       atlas.cxx atlas.hxx \
        garmin.cxx garmin.hxx \
+        httpd.cxx httpd.hxx \
+       joyclient.cxx joyclient.hxx \
+       native.cxx native.hxx \
+       native_ctrls.cxx native_ctrls.hxx \
+       native_fdm.cxx native_fdm.hxx \
        nmea.cxx nmea.hxx \
+       props.cxx props.hxx \
        pve.cxx pve.hxx \
+       raw_ctrls.hxx raw_fdm.hxx \
        ray.cxx ray.hxx \
-       rul.cxx rul.hxx \
-       joyclient.cxx joyclient.hxx
+       rul.cxx rul.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src