cb62950760
utils/Modeller/Makefile.am src/FDM/YASim/Makefile.am: Remove -lssg from the linker lines. Do no longer build threedconvert. A very similar functionality is available with osgvconv. But leave threedconvert in place if somebody will need that ...
11 lines
334 B
Makefile
11 lines
334 B
Makefile
noinst_PROGRAMS = animassist normalmap
|
|
|
|
# threedconvert_SOURCES = 3dconvert.cxx
|
|
# threedconvert_LDADD = -lplibssg -lplibsg -lplibul \
|
|
# $(opengl_LIBS) $(joystick_LIBS)
|
|
|
|
animassist_SOURCES = animassist.c
|
|
animassist_LDADD = $(base_LIBS)
|
|
|
|
normalmap_SOURCES = normalmap.cxx
|
|
normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz
|