diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 11:30:55 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 11:30:55 +0000 |
commit | a642a56300874cabc18848d29d0b8cb882fa48db (patch) | |
tree | 8c91ffbf85f6100df5801d0cefd2b64eb551d62c /examples/Makefile.am | |
parent | d4ef5832c3e78458b87734f6d41e10846fc6ce1c (diff) | |
download | LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.tar.gz LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.tar.bz2 LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.zip |
Added simpletest example
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
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) |