diff libao2/Makefile @ 4941:9a468a190c4c

volume normalizer plugin support
author pl
date Tue, 05 Mar 2002 09:17:36 +0000
parents 3022570ad7d4
children 2bff5d1138fa
line wrap: on
line diff
--- a/libao2/Makefile	Tue Mar 05 08:51:57 2002 +0000
+++ b/libao2/Makefile	Tue Mar 05 09:17:36 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 $(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 $(OPTIONAL_SRCS)
 
 OBJS=$(SRCS:.c=.o)