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

10 lines
165 B
Text
Raw Normal View History

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