diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-13 22:15:34 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-13 22:15:34 +0000 |
commit | aaf2905addd68b53986d343e663be734a40d9203 (patch) | |
tree | 68bcbbe8116d35907f55535140d016e96f9bf621 /Makefile | |
parent | f10da298874df2160e370e81bebc1eda7f66dd47 (diff) |
fix case (test then commit, test then commit...
svn path=/trunk/externals/smlib/; revision=15588
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 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 = SMlib.pd +PDOBJECTS = SMLib.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = beattracker.pd normalizer.pd resonate-beat.pd |