diff libao2/Makefile @ 6430:97857ca97a8f

Adding equalizer plugin
author anders
date Sat, 15 Jun 2002 06:15:07 +0000
parents 0398cb49fe5e
children 6690cdc35a08
line wrap: on
line diff
--- a/libao2/Makefile	Fri Jun 14 17:40:36 2002 +0000
+++ b/libao2/Makefile	Sat Jun 15 06:15:07 2002 +0000
@@ -4,7 +4,7 @@
 LIBNAME = libao2.a
 
 # TODO: moveout ao_sdl.c so it's only used when SDL is detected
-SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c pl_volume.c pl_extrastereo.c pl_volnorm.c $(OPTIONAL_SRCS)
+SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c pl_volume.c pl_extrastereo.c pl_volnorm.c pl_eq.c $(OPTIONAL_SRCS)
 
 OBJS=$(SRCS:.c=.o)