aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-09 21:40:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-09 21:40:51 +0000
commit6a9bc88d7b52fc35b9fe3597cd29d9fbe90387ee (patch)
treea056eb4d6d3115bfa5d030c1899ef4bc1026df45 /Makefile
parentf9e3fe480e7e3c448a626d508f1976f4fec2f759 (diff)
updated to sigpack-0.04-win32.zip and committed forgotten debian files
svn path=/trunk/externals/sigpack/; revision=13154
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b6be885..0c7f16e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
# LIBRARY_NAME variable. The folder for your project should have the same name
# as your library.
LIBRARY_NAME = sigpack
-LIBRARY_VERSION = 0.0.3.1
+LIBRARY_VERSION = 0.0.4.1
# Next, add your .c source files to the SOURCES variable. The help files will
# be included automatically
-SOURCES = chop~.c decimate~.c diode~.c foldback~.c foldover~.c freqdiv~.c freqshift~.c harmgen~.c rectify~.c round~.c saturate~.c sieve~.c split~.c ustep~.c vowel~.c
+SOURCES = chop~.c decimate~.c diode~.c foldback~.c foldover~.c freqdiv~.c freqshift~.c hardlimit~.c harmgen~.c impulse~.c rectify~.c round~.c saturate~.c shape~.c sieve~.c split~.c transient~.c ustep~.c valverect~.c vowel~.c wavewrap~.c
# For objects that only build on certain platforms, add those to the SOURCES
@@ -25,7 +25,7 @@ PDOBJECTS =
# if you want to include any other files in the source and binary tarballs,
# list them here. This can be anything from header files, READMEs, example
# patches, documentation, etc.
-EXTRA_DIST = readme.txt sIgpAck.c LICENSE
+EXTRA_DIST = readme.txt sigpack.c LICENSE
#------------------------------------------------------------------------------#