]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Various tweaks to ATC Flight Sim hardware inputs/outputs.
[flightgear.git] / src / Network / Makefile.am
index 9f24828d9fee1c6003ebb4fb1189fa128e76a612..7c90fe0d2a1f3c6195de648cd7f793bdbdc5fa98 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
@@ -14,7 +17,9 @@ 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 \
        garmin.cxx garmin.hxx \
         httpd.cxx httpd.hxx \