diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2015-01-19 18:42:40 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2015-01-19 18:42:40 +0000 |
commit | fa165552bc09dd56a5ab7c037303b241a8223f46 (patch) | |
tree | f3d7e49bced9c36a646b9530f59c798fa779706e /nusmuk-utils/Makefile | |
parent | 3d002b8a19990b771d94de9ad4cb10b81acafa92 (diff) |
1st draft of iem_tab style externals dedicated for upsampling and downsampling a table
svn path=/trunk/externals/nusmuk/; revision=17415
Diffstat (limited to 'nusmuk-utils/Makefile')
-rw-r--r-- | nusmuk-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nusmuk-utils/Makefile b/nusmuk-utils/Makefile index 1a8f821..e109765 100644 --- a/nusmuk-utils/Makefile +++ b/nusmuk-utils/Makefile @@ -5,7 +5,7 @@ LIBRARY_NAME = nusmuk-utils # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically -SOURCES = line3.c pbank.c mtx_preset.c +SOURCES = line3.c pbank.c mtx_preset.c tab_downsample_max.c tab_downsample_min.c tab_downsample_average.c tab_downsample.c tab_upsample.c tab_upsample_copy.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically |