Fix a stray CFLAGS.

Should be AM_CFLAGS.
This commit is contained in:
Bill Currie 2011-12-10 20:45:33 +09:00
parent c3d41326b3
commit 206199652a

View file

@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS= foreign
SUBDIRS= targets renderer . test
CFLAGS+= @PREFER_PIC@
AM_CFLAGS= @PREFER_PIC@
INCLUDES= -I$(top_srcdir)/include
SDL_LIBS= @SDL_LIBS@
XMMS_LIBS= @XMMS_LIBS@