commit 2a67423b9edf6c1fd4e2166d90cb11cc459a5036
parent c78b5920c184ee701fd363eb9875d8861c580813
Author: fundamental <[email protected]>
Date: Sun, 2 May 2010 12:07:20 -0400
Makefiles: Last fix
Makefiles are now deprecated
After next release, they will be removed
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Effects/Makefile b/src/Effects/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.inc
objects=Alienwah.o Chorus.o Echo.o Effect.o \
EffectLFO.o EffectMgr.o Phaser.o Reverb.o \
- Distorsion.o EQ.o DynamicFilter.o
+ Distorsion.o EQ.o DynamicFilter.o APhaser.o
all: $(objects)
diff --git a/src/Samples/Makefile b/src/Samples/Makefile
@@ -1,6 +1,6 @@
include ../Makefile.inc
-objects=Sample.o AuSample.o FqSample.o
+objects=Sample.o
all: $(objects)