diff libao2/Makefile @ 19034:9b3a8b48e5b3

Use only one global config.mak file.
author diego
date Wed, 12 Jul 2006 17:28:14 +0000
parents e0ef5688cce7
children 7a9a9748e045
line wrap: on
line diff
--- a/libao2/Makefile	Wed Jul 12 17:15:58 2006 +0000
+++ b/libao2/Makefile	Wed Jul 12 17:28:14 2006 +0000
@@ -1,4 +1,4 @@
-include config.mak
+include ../config.mak
 
 LIBNAME = libao2.a
 
@@ -6,7 +6,7 @@
      ao_mpegpes.c \
      ao_null.c \
      ao_pcm.c \
-     $(OPTIONAL_SRCS) \
+     $(AO_SRCS) \
 
 OBJS=$(SRCS:.c=.o)