]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Merge branch 'topics/mainloop' into next
[flightgear.git] / src / Network / Makefile.am
index 19617bf19ff619212b2c080865d9f71075dd831a..8356ca98a4cd8d6c2c224a7af2d4abdd045b2c9f 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,20 +9,22 @@ 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 \
+       ATC-Main.cxx ATC-Main.hxx \
+       ATC-Inputs.cxx ATC-Inputs.hxx \
+       ATC-Outputs.cxx ATC-Outputs.hxx \
        atlas.cxx atlas.hxx \
+       AV400.cxx AV400.hxx \
+       AV400Sim.cxx AV400Sim.hxx \
        garmin.cxx garmin.hxx \
+       lfsglass.cxx lfsglass.hxx lfsglass_data.hxx \
         httpd.cxx httpd.hxx \
         $(JPEG_SERVER) \
        joyclient.cxx joyclient.hxx \
+       jsclient.cxx jsclient.hxx \
        native.cxx native.hxx \
        native_ctrls.cxx native_ctrls.hxx \
        native_fdm.cxx native_fdm.hxx \