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)