diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2015-01-20 11:16:08 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2015-01-20 11:16:08 +0000 |
commit | db910b5575ccb2e12a8d1c92c8b83a6cafec1b94 (patch) | |
tree | 4c6688dfdf9ea26e74a4f5e27f0f15bed1ef5ace /nusmuk-utils/Makefile | |
parent | fa165552bc09dd56a5ab7c037303b241a8223f46 (diff) |
adding more tab objects
svn path=/trunk/externals/nusmuk/; revision=17416
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 e109765..c38a97f 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 tab_downsample_max.c tab_downsample_min.c tab_downsample_average.c tab_downsample.c tab_upsample.c tab_upsample_copy.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 tab_max.c tab_min.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically |