From 73541395ccc6c94402cad8f5abdfbfda3705bc0b Mon Sep 17 00:00:00 2001
From: ehofman <ehofman>
Date: Mon, 24 Jan 2005 12:17:39 +0000
Subject: [PATCH] Remove another unneeded dependency.

---
 utils/Modeller/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)