]> git.mxchange.org Git - flightgear.git/commitdiff
Remove another unneeded dependency.
authorehofman <ehofman>
Mon, 24 Jan 2005 12:17:39 +0000 (12:17 +0000)
committerehofman <ehofman>
Mon, 24 Jan 2005 12:17:39 +0000 (12:17 +0000)
utils/Modeller/Makefile.am

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