]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
Removed some testing cruft related to a dumb attempt to disable the nagle
[flightgear.git] / src / Network / Makefile.am
1 noinst_LIBRARIES = libNetwork.a
2
3 libNetwork_a_SOURCES = \
4         iochannel.cxx iochannel.hxx \
5         fg_file.cxx fg_file.hxx \
6         fg_serial.cxx fg_serial.hxx \
7         fg_socket.cxx fg_socket.hxx \
8         protocol.cxx protocol.hxx \
9         native.cxx native.hxx \
10         garmin.cxx garmin.hxx \
11         nmea.cxx nmea.hxx \
12         pve.cxx pve.hxx \
13         rul.cxx rul.hxx \
14         net_hud.cxx network.cxx network.h
15
16 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator