]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Fix a small problem where multiplayer support was added to network support unconditio...
[flightgear.git] / src / Network / Makefile.am
index 2343168056317af533e6c61f972e624400ea655f..e4af55a6f7e9552a54495a359dbb43cda097f8cd 100644 (file)
@@ -6,6 +6,12 @@ else
 JPEG_SERVER =
 endif
 
+if ENABLE_MPLAYER_AS
+MPLAYER_AS = multiplay.cxx multiplay.hxx
+else
+MPLAYER_AS =
+endif
+
 libNetwork_a_SOURCES = \
        protocol.cxx protocol.hxx \
        atc610x.cxx atc610x.hxx \
@@ -17,16 +23,14 @@ libNetwork_a_SOURCES = \
        native.cxx native.hxx \
        native_ctrls.cxx native_ctrls.hxx \
        native_fdm.cxx native_fdm.hxx \
-       nmea.cxx nmea.hxx \
+       native_gui.cxx native_gui.hxx \
+       net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx \
+        nmea.cxx nmea.hxx \
         opengc.cxx opengc.hxx opengc_data.hxx \
+       $(MPLAYER_AS) \
        props.cxx props.hxx \
        pve.cxx pve.hxx \
-       raw_ctrls.hxx raw_fdm.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