diff options
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) |