X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FModeller%2FMakefile.am;h=2d588757f1b6fb21a888c6ac7dbbc6c8966868f3;hb=030742fa4ae7d99facb517381da71fa404c4ee2b;hp=537a5a8832ed50429fc7872d29d172712b3a13cc;hpb=cb62950760c81115a473877ca7c712071a991d81;p=flightgear.git diff --git a/utils/Modeller/Makefile.am b/utils/Modeller/Makefile.am index 537a5a883..2d588757f 100644 --- a/utils/Modeller/Makefile.am +++ b/utils/Modeller/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = animassist normalmap +noinst_PROGRAMS = animassist normalmap photomodel # threedconvert_SOURCES = 3dconvert.cxx # threedconvert_LDADD = -lplibssg -lplibsg -lplibul \ @@ -9,3 +9,7 @@ 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