]> git.mxchange.org Git - flightgear.git/blob - utils/GPSsmooth/Makefile.am
IRIX fixes.
[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 = \
8         -lsgtiming -lsgmisc -lsgdebug -lplibnet \
9         $(joystick_LIBS) $(base_LIBS) -lz
10
11 INCLUDES = -I$(top_srcdir)/src