10 lines
165 B
Text
10 lines
165 B
Text
|
noinst_PROGRAMS = GPSsmooth
|
||
|
|
||
|
GPSsmooth_SOURCES = \
|
||
|
gps.cxx gps.hxx \
|
||
|
main.cxx
|
||
|
|
||
|
GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir)/src
|