aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-07-31 04:27:27 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:23:30 +0200
commit76e9fc3a254f558b23e196176a651bdb28c32e07 (patch)
tree633fb8ea3e4bdf6936ac934a4a8af42734066695 /Makefile
parent12eb493f82763ad6c9497c18a0bb8af131eb5e0a (diff)
sorted out the examples and help files and got 'make install' working
svn path=/trunk/externals/unauthorized/; revision=15176
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0368da8..da57298 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SOURCES = audience~.c beatify~.c blinkenlights.c compressor~.c cooled~.c countun
PDOBJECTS =
# example patches and related files, in the 'examples' subfolder
-EXAMPLES = speaker.gif wanderer.gif
+EXAMPLES = analyze-100.pd mrandtab.pd randtab.pd resynth-64.pd setosc.pd speaker.gif test-streaming-mp3.pd wanderer.gif xmms.pd yesterday.txt
# manuals and related files, in the 'manual' subfolder
MANUAL =
@@ -35,7 +35,7 @@ EXTRA_DIST = audience~.h exciter.h filterbank~.h interface.h g_grid.h mpg123.h m
# -I"$(PD_INCLUDE)/pd" supports the header location for 0.43
CFLAGS = -I"$(PD_INCLUDE)/pd" -Wall -W -g
LDFLAGS =
-LIBS =
+LIBS = -lspeex -lmp3lame
#------------------------------------------------------------------------------#
#