1
0
Fork 0
flightgear/utils/GPSsmooth/Makefile.am
2005-07-06 11:51:32 +00:00

11 lines
211 B
Makefile

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