15 lines
339 B
Makefile
15 lines
339 B
Makefile
noinst_LIBRARIES = libNetwork.a
|
|
|
|
libNetwork_a_SOURCES = \
|
|
protocol.cxx protocol.hxx \
|
|
atlas.cxx atlas.hxx \
|
|
garmin.cxx garmin.hxx \
|
|
joyclient.cxx joyclient.hxx \
|
|
native.cxx native.hxx \
|
|
nmea.cxx nmea.hxx \
|
|
props.cxx props.hxx \
|
|
pve.cxx pve.hxx \
|
|
ray.cxx ray.hxx \
|
|
rul.cxx rul.hxx
|
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|