aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/Makefile.am
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-09 16:36:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-09 16:36:37 +0000
commit21c068f1916330e90f814bed461fe0821d1665ec (patch)
tree949b73696fff09a44b8d3eb01b70bae7174cbd14 /pd/extra/Makefile.am
parentbf8ced1efe1a032342e864edc635fa4e2676670d (diff)
checked in pd-0.43-0.src.tar.gz
svn path=/trunk/; revision=15557
Diffstat (limited to 'pd/extra/Makefile.am')
-rw-r--r--pd/extra/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/pd/extra/Makefile.am b/pd/extra/Makefile.am
new file mode 100644
index 00000000..766073d4
--- /dev/null
+++ b/pd/extra/Makefile.am
@@ -0,0 +1,10 @@
+SUBDIRS=bonk~ choice expr~ fiddle~ loop~ lrshift~ pd~ pique sigmund~ stdout
+
+DIST_SUBDIRS=$(SUBDIRS)
+
+PATCHES =complex-mod~.pd hilbert~.pd rev1-final.pd rev1~.pd rev1-stage.pd rev2~.pd rev3~.pd
+HELPPATCHES=complex-mod~-help.pd hilbert~-help.pd rev1~-help.pd rev2~-help.pd rev3~-help.pd
+
+libpdextradir = $(pkglibdir)/extra
+
+dist_libpdextra_DATA = $(PATCHES) $(HELPPATCHES)