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

18 lines
393 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 = \
protocol.cxx protocol.hxx \
atlas.cxx atlas.hxx \
1999-11-19 02:10:24 +00:00
garmin.cxx garmin.hxx \
joyclient.cxx joyclient.hxx \
native.cxx native.hxx \
native_ctrls.cxx native_ctrls.hxx \
1999-11-19 02:10:24 +00:00
nmea.cxx nmea.hxx \
props.cxx props.hxx \
pve.cxx pve.hxx \
raw_ctrls.hxx \
ray.cxx ray.hxx \
rul.cxx rul.hxx
1999-06-24 20:40:22 +00:00
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src