alsaloop: Use AM_CFLAGS in Makefile.am

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2011-06-03 14:21:53 +02:00
parent c8415acdac
commit 2a627cfaed

View file

@ -1,6 +1,6 @@
INCLUDES = -I$(top_srcdir)/include
LDADD = -lm
CFLAGS += -D_GNU_SOURCE
AM_CFLAGS = -D_GNU_SOURCE
if HAVE_SAMPLERATE
LDADD += -lsamplerate
endif