From f17b1275ea95e0eed0bbaa8825a354b53f753b7f Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 10 May 2011 11:48:38 +0900 Subject: [PATCH] Undo an accidental commit. --- libs/audio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/audio/Makefile.am b/libs/audio/Makefile.am index 5bcf3cdcf..66fb7da98 100644 --- a/libs/audio/Makefile.am +++ b/libs/audio/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS= foreign SUBDIRS= targets renderer . test -AM_LIBTOOLFLAGS= @PREFER_PIC@ +CFLAGS+= @PREFER_PIC@ INCLUDES= -I$(top_srcdir)/include SDL_LIBS= @SDL_LIBS@ XMMS_LIBS= @XMMS_LIBS@