]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Revert to pre-wind-sticking ground reaction forces until they can be debugged.
[flightgear.git] / src / Network / Makefile.am
index 305c3363a605bc6c89c1bcbc89033c5ed1cb1b61..5a65aa5fd0fa1331990cd7231dbada1b73f3e576 100644 (file)
@@ -2,12 +2,19 @@ noinst_LIBRARIES = libNetwork.a
 
 libNetwork_a_SOURCES = \
        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 \
+        opengc.cxx opengc.hxx opengc_data.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