diff options
author | Ed Kelly <edkelly@users.sourceforge.net> | 2011-01-22 22:22:20 +0000 |
---|---|---|
committer | Ed Kelly <edkelly@users.sourceforge.net> | 2011-01-22 22:22:20 +0000 |
commit | 47b7b9152485d52775e1f25774bd3102494e0087 (patch) | |
tree | 501e6c9444d14b6f2fb647494e54832ebe458070 /Makefile | |
parent | ad54658b2b123d1b61a7efa207ec8a868d9f8c95 (diff) |
Added ihisto Integer histogram external
svn path=/trunk/externals/ekext/; revision=14775
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 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 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 |