diff libao2/Makefile @ 2708:b24661a9924e

ao_mpegpes
author arpi
date Mon, 05 Nov 2001 03:01:11 +0000
parents dfccdda074e5
children 2c3ab498ac90
line wrap: on
line diff
--- a/libao2/Makefile	Mon Nov 05 02:58:47 2001 +0000
+++ b/libao2/Makefile	Mon Nov 05 03:01:11 2001 +0000
@@ -4,7 +4,7 @@
 LIBNAME = libao2.a
 
 # TODO: moveout ao_sdl.c so it's only used when SDL is detected
-SRCS=audio_out.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
+SRCS=audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
 OBJS=$(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)