about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
-rw-r--r--generator/Makefile2
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