]> git.mxchange.org Git - flightgear.git/blob - utils/Modeller/Makefile.am
Remove another unneeded dependency.
[flightgear.git] / utils / Modeller / Makefile.am
1 noinst_PROGRAMS = threedconvert animassist normalmap
2
3 threedconvert_SOURCES = 3dconvert.cxx
4 threedconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS)
5
6 animassist_SOURCES = animassist.c
7 animassist_LDADD = $(base_LIBS)
8
9 normalmap_SOURCES = normalmap.cxx
10 normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz