]> git.mxchange.org Git - flightgear.git/blobdiff - utils/Modeller/Makefile.am
Oops, remove some extra code.
[flightgear.git] / utils / Modeller / Makefile.am
index 81a7ffc6035225b8677ac6102a8c07fbb11d9b18..f8cf987f11eefb8a38094cf50fa48ee71819ec2d 100644 (file)
@@ -1,7 +1,10 @@
-noinst_PROGRAMS = 3dconvert animassist
+noinst_PROGRAMS = threedconvert animassist normalmap
 
-3dconvert_SOURCES = 3dconvert.cxx
-3dconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_LIBS)
+threedconvert_SOURCES = 3dconvert.cxx
+threedconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_LIBS)
 
 animassist_SOURCES = animassist.c
 animassist_LDADD = $(base_LIBS)
+
+normalmap_SOURCES = normalmap.cxx
+normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz