diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-10 00:16:20 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-10 00:16:20 +0000 |
commit | e6024afd04b8f84adf1a83bb96e17a7549bfec0c (patch) | |
tree | 5d7f905be83c764fc3a22dc404611052416d1ec9 | |
parent | b07211aa7e9428296de8362993be868bda94483a (diff) |
include headers and RELEASE file in dist tarball
svn path=/trunk/externals/postlude/; revision=16373
-rw-r--r-- | pluginhost~/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginhost~/Makefile b/pluginhost~/Makefile index 07b969f..36ed0ab 100644 --- a/pluginhost~/Makefile +++ b/pluginhost~/Makefile @@ -27,7 +27,7 @@ MANUAL = # list them here. This can be anything from header files, test patches, # documentation, etc. README.txt and LICENSE.txt are required and therefore # automatically included -EXTRA_DIST = +EXTRA_DIST = RELEASE handlers_osc.h handlers_pd.h jutils.h ph_common.h # unit tests and related files here, in the 'unittests' subfolder UNITTESTS = |