aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 21:33:19 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 21:33:19 +0000
commit7cfc6478bd0fe8a3c393f4e356822cd37216d0dd (patch)
treec7c46487ce23f6585c76900a917d4603ea8ffb03
parent5f0111a9a81bb0cd0591b33806d08b29f0db2df1 (diff)
add EXTRA_SOURCES to dist target
svn path=/trunk/externals/plugin~/; revision=14091
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1ddb317..b83ddd7 100644
--- a/Makefile
+++ b/Makefile
@@ -253,6 +253,7 @@ dist: $(DISTDIR)
$(INSTALL_DATA) Makefile $(DISTDIR)
$(INSTALL_DATA) README.txt $(DISTDIR)
$(INSTALL_DATA) LICENSE.txt $(DISTDIR)
+ $(INSTALL_DATA) $(EXTRA_SOURCES) $(DISTDIR)
$(INSTALL_DATA) $(LIBRARY_NAME)-meta.pd $(DISTDIR)
test -z "$(strip $(ALLSOURCES))" || \
$(INSTALL_DATA) $(ALLSOURCES) $(DISTDIR)