]> 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 656e12ba780de7ded279181ad987431d892ff5eb..f08134a39ee465813a9c34019aecd1adb32b4be3 100644 (file)
@@ -1,6 +1,16 @@
 noinst_LIBRARIES = libNetwork.a
 
 libNetwork_a_SOURCES = \
-                       net_hud.cxx 
+       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