1
0
Fork 0
flightgear/utils/GPSsmooth/Makefile.am

9 lines
182 B
Makefile

noinst_PROGRAMS = GPSsmooth
GPSsmooth_SOURCES = \
gps.cxx gps.hxx \
main.cxx
GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz $(joystick_LIBS)
INCLUDES = -I$(top_srcdir)/src