diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2015-09-16 17:00:30 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2015-09-16 17:00:30 +0000 |
commit | a0667d3b716354e948c6f0fad9c91063bb3fcd2e (patch) | |
tree | 0152f955b9ccfc3dd5abd741f91c7c124c8c7146 /nusmuk-utils | |
parent | d70bb3608c799abb4f2b17fdc9b619448b7bb923 (diff) |
adding new object to compil
svn path=/trunk/externals/nusmuk/; revision=17568
Diffstat (limited to 'nusmuk-utils')
-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 c38a97f..be31581 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 tab_max.c tab_min.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 tab_integrate.c tab_derivate.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically |