From 3a49e3e03faad4e3dec1a63d7202d92036fb173d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 19 Aug 2011 22:26:21 +0000 Subject: mp3amp~ doesn't build on Windows, only linux and macosx svn path=/trunk/externals/unauthorized/; revision=15257 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index feee5d5..31156f5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,10 @@ LIBRARY_NAME = unauthorized # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically, and for GUI # objects, the matching .tcl file too -SOURCES = audience~.c beatify~.c blinkenlights.c compressor~.c cooled~.c countund.c disto~.c exciter.c filterbank~.c formant~.c grid.c mp3amp~.c mp3cast~.c mp3fileout~.c mp3streamin~.c mp3streamout~.c mp3write~.c pianoroll.c playlist.c probalizer.c randomblock~.c samplebox~.c scratcher~.c scrolllist.c sonogram~.c speexin~.c speexout~.c spigot~.c wahwah~.c +SOURCES = audience~.c beatify~.c blinkenlights.c compressor~.c cooled~.c countund.c disto~.c exciter.c filterbank~.c formant~.c grid.c mp3cast~.c mp3fileout~.c mp3streamin~.c mp3streamout~.c mp3write~.c pianoroll.c playlist.c probalizer.c randomblock~.c samplebox~.c scratcher~.c scrolllist.c sonogram~.c speexin~.c speexout~.c spigot~.c wahwah~.c + +SOURCES_linux = mp3amp~.c +SOURCES_macosx = mp3amp~.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -- cgit v1.2.1