diff libao2/Makefile @ 3095:981a9e5118ce

interface to libao2 changed ao_plugin added
author anders
date Sat, 24 Nov 2001 05:21:22 +0000
parents 28bcf0ca1448
children 74bfcc3dd96b
line wrap: on
line diff
--- a/libao2/Makefile	Sat Nov 24 02:05:06 2001 +0000
+++ b/libao2/Makefile	Sat Nov 24 05:21:22 2001 +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_null.c ao_pcm.c ao_mpegpes.c $(OPTIONAL_SRCS)
+SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c $(OPTIONAL_SRCS)
 OBJS=$(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)
@@ -38,3 +38,4 @@
 ifneq ($(wildcard .depend),)
 include .depend
 endif
+