X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FModeller%2FMakefile.am;h=58a47e01b8fb47d4d3a360e36360fed7f2e11cd1;hb=7ccdc1081a0196db55472fb35c4ad9a944fcce16;hp=0b3c8e22649cdceefa96eed612bfe5b93077c44c;hpb=73541395ccc6c94402cad8f5abdfbfda3705bc0b;p=flightgear.git diff --git a/utils/Modeller/Makefile.am b/utils/Modeller/Makefile.am index 0b3c8e226..58a47e01b 100644 --- a/utils/Modeller/Makefile.am +++ b/utils/Modeller/Makefile.am @@ -1,10 +1,14 @@ -noinst_PROGRAMS = threedconvert animassist normalmap +noinst_PROGRAMS = animassist normalmap photomodel -threedconvert_SOURCES = 3dconvert.cxx -threedconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_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