From 9bd08f60e4fd68a4527411ed49ac0ae46e166e7f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 25 Sep 2018 02:06:15 +0000 Subject: Make 'pamtris' get built git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3337 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 2 ++ generator/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index c2139d2a..3bf3623d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -460,6 +460,7 @@ CHECK_VARS = \ ZLIB="$(ZLIB)" \ # Test files in source tree. +# BUILDBINDIRS is a list of directories which contain target binaries check-tree : BUILDBINDIRS :=./analyzer \ ./converter/other \ @@ -479,6 +480,7 @@ check-tree : BUILDBINDIRS :=./analyzer \ ./editor/pamflip \ ./editor/specialty \ ./generator \ +./generator/pamtris \ ./other \ ./other/pamx diff --git a/generator/Makefile b/generator/Makefile index 5120008c..e9276564 100644 --- a/generator/Makefile +++ b/generator/Makefile @@ -7,6 +7,8 @@ VPATH=.:$(SRCDIR)/$(SUBDIR) include $(BUILDDIR)/config.mk +SUBDIRS = pamtris + # We tend to separate out the build targets so that we don't have # any more dependencies for a given target than it really needs. # That way, if there is a problem with a dependency, we can still -- cgit 1.4.1