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

25 lines
590 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 \
httpd.cxx httpd.hxx \
joyclient.cxx joyclient.hxx \
native.cxx native.hxx \
native_ctrls.cxx native_ctrls.hxx \
native_fdm.cxx native_fdm.hxx \
1999-11-19 02:10:24 +00:00
nmea.cxx nmea.hxx \
opengc.cxx opengc.hxx opengc_data.hxx \
props.cxx props.hxx \
pve.cxx pve.hxx \
raw_ctrls.hxx raw_fdm.hxx \
ray.cxx ray.hxx \
rul.cxx rul.hxx
1999-06-24 20:40:22 +00:00
if OLD_AUTOMAKE
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
else
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
endif