From a0667d3b716354e948c6f0fad9c91063bb3fcd2e Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Wed, 16 Sep 2015 17:00:30 +0000 Subject: adding new object to compil svn path=/trunk/externals/nusmuk/; revision=17568 --- nusmuk-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1