From a642a56300874cabc18848d29d0b8cb882fa48db Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 20 Oct 2006 11:30:55 +0000 Subject: Added simpletest example --- examples/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am index 8ca132d..7e0e052 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,9 @@ if BUILD_PD_EXAMPLE -SUBDIRS = puredata +PUREDATA_DIR = puredata endif +if BUILD_SIMPLETEST +SIMPLETEST_DIR = simpletest +endif + +SUBDIRS = $(PUREDATA_DIR) $(SIMPLETEST_DIR) -- cgit v1.2.3