]> git.mxchange.org Git - flightgear.git/commitdiff
yet another Cygwin fix.
authorehofman <ehofman>
Fri, 18 Feb 2005 17:42:46 +0000 (17:42 +0000)
committerehofman <ehofman>
Fri, 18 Feb 2005 17:42:46 +0000 (17:42 +0000)
utils/Modeller/Makefile.am

index 0b3c8e22649cdceefa96eed612bfe5b93077c44c..e5db4c47fd66b989814d1b3c0bf452d5afa7deb3 100644 (file)
@@ -1,7 +1,8 @@
 noinst_PROGRAMS = threedconvert animassist normalmap
 
 threedconvert_SOURCES = 3dconvert.cxx
-threedconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS)
+threedconvert_LDADD = -lplibssg -lplibsg -lplibul \
+                       $(opengl_LIBS) $(joystick_LIBS)
 
 animassist_SOURCES = animassist.c
 animassist_LDADD = $(base_LIBS)