]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Updates to build system to better support automake-1.5
[flightgear.git] / src / Network / Makefile.am
index ce310af3654e48e1e930a886f2b1b57843a9c9eb..5c1596cefc1cc678240de66a7c586a91c361f156 100644 (file)
@@ -2,13 +2,23 @@ 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
 
+if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif