diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2018-09-25 02:06:15 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2018-09-25 02:06:15 +0000 |
commit | 9bd08f60e4fd68a4527411ed49ac0ae46e166e7f (patch) | |
tree | b09bedad1360dbf40069a4db61596b1a4887db47 | |
parent | 0a9434e9b1c833854fb7e96239a193ce632b3664 (diff) | |
download | netpbm-mirror-9bd08f60e4fd68a4527411ed49ac0ae46e166e7f.tar.gz netpbm-mirror-9bd08f60e4fd68a4527411ed49ac0ae46e166e7f.tar.xz netpbm-mirror-9bd08f60e4fd68a4527411ed49ac0ae46e166e7f.zip |
Make 'pamtris' get built
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3337 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | generator/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
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 |