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 \
|
2001-01-31 21:57:55 +00:00
|
|
|
atlas.cxx atlas.hxx \
|
1999-11-19 02:10:24 +00:00
|
|
|
garmin.cxx garmin.hxx \
|
2001-08-21 21:13:55 +00:00
|
|
|
httpd.cxx httpd.hxx \
|
2001-01-31 21:57:55 +00:00
|
|
|
joyclient.cxx joyclient.hxx \
|
|
|
|
native.cxx native.hxx \
|
2001-07-22 19:51:16 +00:00
|
|
|
native_ctrls.cxx native_ctrls.hxx \
|
2001-09-04 14:38:15 +00:00
|
|
|
native_fdm.cxx native_fdm.hxx \
|
1999-11-19 02:10:24 +00:00
|
|
|
nmea.cxx nmea.hxx \
|
2001-11-30 23:56:28 +00:00
|
|
|
opengc.cxx opengc.hxx opengc_data.hxx \
|
2000-09-26 23:39:29 +00:00
|
|
|
props.cxx props.hxx \
|
1999-11-19 03:02:49 +00:00
|
|
|
pve.cxx pve.hxx \
|
2001-09-04 14:38:15 +00:00
|
|
|
raw_ctrls.hxx raw_fdm.hxx \
|
2000-05-30 17:01:09 +00:00
|
|
|
ray.cxx ray.hxx \
|
2001-01-31 21:57:55 +00:00
|
|
|
rul.cxx rul.hxx
|
1999-06-24 20:40:22 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
if OLD_AUTOMAKE
|
2000-09-20 23:27:25 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
2001-12-28 22:29:59 +00:00
|
|
|
else
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
endif
|