1
0
Fork 0

Remove another unneeded dependency.

This commit is contained in:
ehofman 2005-01-24 12:17:39 +00:00
parent 91cb15d9b0
commit 73541395cc

View 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)