diff options
author | Ed Kelly <edkelly@users.sourceforge.net> | 2012-03-29 11:38:21 +0000 |
---|---|---|
committer | Ed Kelly <edkelly@users.sourceforge.net> | 2012-03-29 11:38:21 +0000 |
commit | 71e00a32a3b7cb8462d2ff8e92d92ac6343593d8 (patch) | |
tree | 8e27a74f38b5dd7d76880a4b0ed7846008e0389c /Makefile | |
parent | 35905a3692b10d90122303692d706f106b047419 (diff) |
A new filter external has been added
svn path=/trunk/externals/ekext/; revision=16099
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ LIBRARY_NAME = ekext # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically -SOURCES = bmt~.c cup.c cupd.c doubledelta.c framescore~.c framespect~.c hasc~.c hssc~.c ihisto.c listmoses.c list_sum.c lpc~.c lpreson~.c maskxor.c peakit~.c polymap.c polystat.c sieve.c simile~.c simile.c steady.c valve.c voicing_detector~.c weightonset.c zeroxpos~.c +SOURCES = bmt~.c cup.c cupd.c doubledelta.c framescore~.c framespect~.c hasc~.c hssc~.c ihisto.c listmoses.c list_sum.c lpc~.c lpreson~.c maskxor.c mvcf~.c peakit~.c polymap.c polystat.c sieve.c simile~.c simile.c steady.c valve.c voicing_detector~.c weightonset.c zeroxpos~.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically |