2005-07-02 20:53:42 +00:00
|
|
|
noinst_PROGRAMS = GPSsmooth
|
|
|
|
|
|
|
|
GPSsmooth_SOURCES = \
|
|
|
|
gps.cxx gps.hxx \
|
|
|
|
main.cxx
|
|
|
|
|
2005-07-05 13:56:03 +00:00
|
|
|
GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz $(joystick_LIBS)
|
2005-07-02 20:53:42 +00:00
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/src
|