]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
Revamping I/O system.
[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         protocol.cxx protocol.hxx \
8         garmin.cxx garmin.hxx \
9         nmea.cxx nmea.hxx \
10         net_hud.cxx network.cxx network.h
11
12 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator