]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Typo in project file
[flightgear.git] / src / Network / Makefile.am
index 1f9b207c35d41347b28f38c2a7ef6513741f1f8e..6ec0041246dab2dff39a5aed2110265757874271 100644 (file)
@@ -1,5 +1,4 @@
-EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx \
-             multiplay.cxx multiplay.hxx
+EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx
 
 noinst_LIBRARIES = libNetwork.a
 
@@ -9,8 +8,6 @@ else
 JPEG_SERVER =
 endif
 
-MPLAYER_AS = multiplay.cxx multiplay.hxx
-
 libNetwork_a_SOURCES = \
        protocol.cxx protocol.hxx \
        ATC-Main.cxx ATC-Main.hxx \
@@ -19,6 +16,7 @@ libNetwork_a_SOURCES = \
        atlas.cxx atlas.hxx \
        AV400.cxx AV400.hxx \
        AV400Sim.cxx AV400Sim.hxx \
+       AV400WSim.cxx AV400WSim.hxx \
        garmin.cxx garmin.hxx \
        lfsglass.cxx lfsglass.hxx lfsglass_data.hxx \
         httpd.cxx httpd.hxx \
@@ -32,7 +30,6 @@ libNetwork_a_SOURCES = \
        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 \
@@ -43,4 +40,4 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
 
 if WITH_HLA
 SUBDIRS = HLA
-endif
\ No newline at end of file
+endif