]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Add the multiplay.* and jpg-httpd.* files to the EXTRA_DIST line so they get included...
[flightgear.git] / src / Network / Makefile.am
index 5d307cd55a66e07d6e6d857691d2b65dfac2d58a..ccf643273691f48a6eefc03b5b110277b9494796 100644 (file)
@@ -1,3 +1,6 @@
+EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx \
+             multiplay.cxx multiplay.hxx
+
 noinst_LIBRARIES = libNetwork.a
 
 if ENABLE_JPEG_SERVER
@@ -6,6 +9,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 \
@@ -14,16 +23,19 @@ libNetwork_a_SOURCES = \
         httpd.cxx httpd.hxx \
         $(JPEG_SERVER) \
        joyclient.cxx joyclient.hxx \
-       mini_fdm.cxx mini_fdm.hxx \
+       jsclient.cxx jsclient.hxx \
        native.cxx native.hxx \
        native_ctrls.cxx native_ctrls.hxx \
        native_fdm.cxx native_fdm.hxx \
-       net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx \
+       native_gui.cxx native_gui.hxx \
+       net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx net_gui.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