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 /GNUmakefile | |
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
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 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 |