aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-08 00:07:02 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-08 00:07:02 +0000
commitba706261d3fc5b436aa6f09d57e62eeb77377d8f (patch)
tree4faadd5931a89a847ae9bb2345d9fe7bb0e2f778 /examples/Makefile.am
parent89890e226e5da72743f885cefb5273c51baf094e (diff)
parent89a9ec7a352dc35141b8f9a87c202fdd448e9a6f (diff)
downloadLibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.gz
LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.bz2
LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.zip
Merge branch 'feature/no-autotools' into develop
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)