]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Revamping I/O system.
[flightgear.git] / src / Network / Makefile.am
index daa32e4fdcd806d7b2dd189a319fc7e2bd909fbc..9207bdf531876396d4f9ef23cf8e13d86b1175b8 100644 (file)
@@ -1,5 +1,12 @@
 noinst_LIBRARIES = libNetwork.a
 
-libNetwork_a_SOURCES = net_hud.cxx net_hud.h network.h
+libNetwork_a_SOURCES = \
+       iochannel.cxx iochannel.hxx \
+       fg_file.cxx fg_file.hxx \
+       fg_serial.cxx fg_serial.hxx \
+       protocol.cxx protocol.hxx \
+       garmin.cxx garmin.hxx \
+       nmea.cxx nmea.hxx \
+       net_hud.cxx network.cxx network.h
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator