]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Network / Makefile.am
index a1306b5cde5918465ba0a51b5cd4359d94dcdc5a..1bc452801074caffdbc76ed8b090ba6f18c60442 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,12 +23,15 @@ libNetwork_a_SOURCES = \
        native.cxx native.hxx \
        native_ctrls.cxx native_ctrls.hxx \
        native_fdm.cxx native_fdm.hxx \
-       net_ctrls.hxx net_fdm.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 \
        ray.cxx ray.hxx \
-       rul.cxx rul.hxx
+       rul.cxx rul.hxx \
+       generic.hxx generic.cxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src