From 02a3a41923485c181b6ef79ba7363d461dbde11f Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 12 Jul 2006 17:28:14 +0000 Subject: Use only one global config.mak file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19039 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libao2') diff --git a/libao2/Makefile b/libao2/Makefile index 2987a7a3ee..d36b65e104 100644 --- a/libao2/Makefile +++ b/libao2/Makefile @@ -1,4 +1,4 @@ -include config.mak +include ../config.mak LIBNAME = libao2.a @@ -6,7 +6,7 @@ SRCS=audio_out.c \ ao_mpegpes.c \ ao_null.c \ ao_pcm.c \ - $(OPTIONAL_SRCS) \ + $(AO_SRCS) \ OBJS=$(SRCS:.c=.o) -- cgit v1.2.3