1
0
Fork 0
flightgear/src/Network/Makefile.am

16 lines
407 B
Text
Raw Normal View History

1999-06-24 20:40:22 +00:00
noinst_LIBRARIES = libNetwork.a
1999-11-19 02:10:24 +00:00
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 \
1999-11-19 02:10:24 +00:00
protocol.cxx protocol.hxx \
garmin.cxx garmin.hxx \
nmea.cxx nmea.hxx \
pve.cxx pve.hxx \
rul.cxx rul.hxx \
1999-11-19 02:10:24 +00:00
net_hud.cxx network.cxx network.h
1999-06-24 20:40:22 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator