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 \
|
1999-11-23 05:47:16 +00:00
|
|
|
native.cxx native.hxx \
|
1999-11-19 02:10:24 +00:00
|
|
|
garmin.cxx garmin.hxx \
|
|
|
|
nmea.cxx nmea.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 \
|
2000-05-30 17:01:09 +00:00
|
|
|
ray.cxx ray.hxx \
|
2000-04-19 21:20:44 +00:00
|
|
|
rul.cxx rul.hxx \
|
|
|
|
joyclient.cxx joyclient.hxx
|
1999-06-24 20:40:22 +00:00
|
|
|
|
2000-09-20 23:27:25 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|