1
0
Fork 0
flightgear/utils/Modeller/Makefile.am
frohlich cb62950760 Modified Files:
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 ...
2006-12-17 10:12:38 +00:00

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