]> git.mxchange.org Git - flightgear.git/blob - utils/GPSsmooth/Makefile.am
Add a small utility that can read a saved GPS track, interpolate data points
[flightgear.git] / utils / GPSsmooth / Makefile.am
1 noinst_PROGRAMS = GPSsmooth
2
3 GPSsmooth_SOURCES = \
4         gps.cxx gps.hxx \
5         main.cxx
6
7 GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz
8
9 INCLUDES = -I$(top_srcdir)/src