From 77ccf8a824dee4e11d2aa48cf37760030e4d1398 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 10 May 2011 11:32:38 +0900 Subject: [PATCH] Build the audio libs before the test dir. --- libs/audio/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/audio/Makefile.am b/libs/audio/Makefile.am index 5db95f3b3..5bcf3cdcf 100644 --- a/libs/audio/Makefile.am +++ b/libs/audio/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS= foreign -SUBDIRS= targets renderer test -CFLAGS+= @PREFER_PIC@ +SUBDIRS= targets renderer . test +AM_LIBTOOLFLAGS= @PREFER_PIC@ INCLUDES= -I$(top_srcdir)/include SDL_LIBS= @SDL_LIBS@ XMMS_LIBS= @XMMS_LIBS@