X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FModeller%2FMakefile.am;h=2d588757f1b6fb21a888c6ac7dbbc6c8966868f3;hb=030742fa4ae7d99facb517381da71fa404c4ee2b;hp=1583e4285c5109b7ec25cc3a3761ad67f3df5752;hpb=91cb15d9b07742d38b2e28f35b643e48f6b858ce;p=flightgear.git diff --git a/utils/Modeller/Makefile.am b/utils/Modeller/Makefile.am index 1583e4285..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) $(joystick_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