diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-13 22:13:49 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-13 22:13:49 +0000 |
commit | f10da298874df2160e370e81bebc1eda7f66dd47 (patch) | |
tree | 980257b0b4c63330a28ba5e6d82478655d5dcfc5 /Makefile | |
parent | b12324ddf2f4100ec865608872ce6b0386876e2c (diff) |
make placeholder SMlib object to include SMlib-help.pd
svn path=/trunk/externals/smlib/; revision=15587
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ SOURCES = bp.c decimator.c deltas.c hip.c hist.c itov.c lavg.c lhist.c lhisti.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = +PDOBJECTS = SMlib.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = beattracker.pd normalizer.pd resonate-beat.pd @@ -21,7 +21,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 = SMLib.c SMLib-help.pd SMLib.dsp SMLib.dsw SMLib.opt SMLib.plg defines.h +EXTRA_DIST = SMLib.c SMLib.dsp SMLib.dsw SMLib.opt SMLib.plg defines.h |