diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-05 17:35:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-05 17:35:13 +0000 |
commit | 26cba9830a4fa67cd2fd286c605be11714654986 (patch) | |
tree | 06480f020950d07590f6aa5458f5b63d5f3eea5b | |
parent | 12e3edcb11b61334afac46183a79ec51124c5302 (diff) |
include headers in 'make dist'
svn path=/trunk/externals/fftease/; revision=16341
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ MANUAL = code-notes.rtf # 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 = fftease.h MSPd.h PenroseOscil.h PenroseRand.h pvtuner.h # unit tests and related files here, in the 'unittests' subfolder UNITTESTS = |