From 8f041c8a95f50672827536ee6a4d94b0b249ec41 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 28 Jan 2010 16:34:36 +0000 Subject: oops, forgot to include the help, examples, and test patches in the dist svn path=/trunk/externals/io/hidio/; revision=13113 --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 77d16a2..6e7b03d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,10 +33,16 @@ LDFLAGS += -s -shared endif # files that are included but not built -EXTRA_DIST = COPYING README TODO +EXTRA_DIST = COPYING README TODO hidio-help.pd # subdirs that are built SUBDIRS = $(EXTRA_SUBDIRS) # subdirs that are always included in the dist, etc. DIST_SUBDIRS = HID_Utilities_Source + +dist-hook: + mkdir $(distdir)/examples + cp -p $(srcdir)/examples/*.pd $(distdir)/examples + mkdir $(distdir)/test + cp -p $(srcdir)/test/*.pd $(distdir)/test -- cgit v1.2.1