From 46d9714aaf4ff202321568e139b54ee6badb7e58 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 5 Jul 2005 13:56:03 +0000 Subject: [PATCH] Attempt to add -lwinmm for windows builds (untested.) --- utils/GPSsmooth/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index 8b3c2eca5..3b463a669 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -4,6 +4,6 @@ GPSsmooth_SOURCES = \ gps.cxx gps.hxx \ main.cxx -GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz +GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz $(joystick_LIBS) INCLUDES = -I$(top_srcdir)/src