use AM_CFLAGS

Original commit message from CVS:
use AM_CFLAGS
This commit is contained in:
David I. Lehn 2003-01-03 23:33:13 +00:00
parent 7462cb8787
commit d03285407c
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@ TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
AM_CFLAGS = $(GST_CFLAGS)

View file

@ -5,4 +5,4 @@ TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
AM_CFLAGS = $(GST_CFLAGS)