]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Removed some testing cruft related to a dumb attempt to disable the nagle
[flightgear.git] / src / Network / Makefile.am
index 9207bdf531876396d4f9ef23cf8e13d86b1175b8..f08134a39ee465813a9c34019aecd1adb32b4be3 100644 (file)
@@ -4,9 +4,13 @@ libNetwork_a_SOURCES = \
        iochannel.cxx iochannel.hxx \
        fg_file.cxx fg_file.hxx \
        fg_serial.cxx fg_serial.hxx \
+       fg_socket.cxx fg_socket.hxx \
        protocol.cxx protocol.hxx \
+       native.cxx native.hxx \
        garmin.cxx garmin.hxx \
        nmea.cxx nmea.hxx \
+       pve.cxx pve.hxx \
+       rul.cxx rul.hxx \
        net_hud.cxx network.cxx network.h
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator