aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
deleted file mode 100644
index 46acfbc..0000000
--- a/examples/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-if BUILD_PD_EXAMPLE
-PUREDATA_DIR = puredata
-endif
-
-if BUILD_SIMPLETEST
-SIMPLETEST_DIR = simpletest
-endif
-
-SUBDIRS = $(PUREDATA_DIR) $(SIMPLETEST_DIR)