From: ehofman Date: Fri, 18 Feb 2005 17:42:46 +0000 (+0000) Subject: yet another Cygwin fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2a8f368072e7d3940a543350ab122fde1b4e5592;p=flightgear.git yet another Cygwin fix. --- diff --git a/utils/Modeller/Makefile.am b/utils/Modeller/Makefile.am index 0b3c8e226..e5db4c47f 100644 --- a/utils/Modeller/Makefile.am +++ b/utils/Modeller/Makefile.am @@ -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)