yet another Cygwin fix.
This commit is contained in:
parent
1a93ac450a
commit
2a8f368072
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue