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

12 lines
220 B
Text
Raw Normal View History

noinst_PROGRAMS = GPSsmooth
GPSsmooth_SOURCES = \
gps.cxx gps.hxx \
main.cxx
2005-07-06 11:51:32 +00:00
GPSsmooth_LDADD = \
2005-07-07 09:06:02 +00:00
-lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \
2005-07-06 11:51:32 +00:00
$(joystick_LIBS) $(base_LIBS) -lz
INCLUDES = -I$(top_srcdir)/src