X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FModeller%2FMakefile.am;h=2d588757f1b6fb21a888c6ac7dbbc6c8966868f3;hb=030742fa4ae7d99facb517381da71fa404c4ee2b;hp=f8cf987f11eefb8a38094cf50fa48ee71819ec2d;hpb=0a4cb2469274b4f88ceaf4494a10dfeec820df2a;p=flightgear.git diff --git a/utils/Modeller/Makefile.am b/utils/Modeller/Makefile.am index f8cf987f1..2d588757f 100644 --- a/utils/Modeller/Makefile.am +++ b/utils/Modeller/Makefile.am @@ -1,10 +1,15 @@ -noinst_PROGRAMS = threedconvert animassist normalmap +noinst_PROGRAMS = animassist normalmap photomodel -threedconvert_SOURCES = 3dconvert.cxx -threedconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_LIBS) +# 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 + +photomodel_SOURCES = photomodel.cxx +photomodel_LDADD = $(base_LIBS) -lsgbucket -lsgmath -lsgmisc -lsgdebug \ + -lsgstructure