1
0
Fork 0

IRIX fixes.

This commit is contained in:
ehofman 2005-07-06 11:51:32 +00:00
parent 46d9714aaf
commit 1eab60dd79

View file

@ -4,6 +4,8 @@ GPSsmooth_SOURCES = \
gps.cxx gps.hxx \
main.cxx
GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz $(joystick_LIBS)
GPSsmooth_LDADD = \
-lsgtiming -lsgmisc -lsgdebug -lplibnet \
$(joystick_LIBS) $(base_LIBS) -lz
INCLUDES = -I$(top_srcdir)/src