From: ehofman Date: Mon, 24 Jan 2005 12:17:39 +0000 (+0000) Subject: Remove another unneeded dependency. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=73541395ccc6c94402cad8f5abdfbfda3705bc0b;p=flightgear.git Remove another unneeded dependency. --- diff --git a/utils/Modeller/Makefile.am b/utils/Modeller/Makefile.am index 1583e4285..0b3c8e226 100644 --- a/utils/Modeller/Makefile.am +++ b/utils/Modeller/Makefile.am @@ -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)