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