summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
Diffstat (limited to 'libao2')
-rw-r--r--libao2/Makefile4
1 files changed, 2 insertions, 2 deletions
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)