use AM_CFLAGS instead of CFLAGS

Original commit message from CVS:
use AM_CFLAGS instead of CFLAGS
This commit is contained in:
David I. Lehn 2002-11-02 05:24:27 +00:00
parent aa363eae69
commit e00fef2c19
11 changed files with 11 additions and 11 deletions

View file

@ -6,4 +6,4 @@ test1_SOURCES = test1.c $(top_srcdir)/gst/gstbuffer.c gstmempool.c
EXTRA_DIST = gstbuffer.h gstmempool.h
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
AM_CFLAGS = $(GST_CFLAGS)

View file

@ -18,7 +18,7 @@ check_PROGRAMS = $(testprogs)
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
AM_CFLAGS = $(GST_CFLAGS)
# we makes them, we gots to clean them
CLEANFILES = test-registry.xml elementstest-registry.xml

View file

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

View file

@ -15,5 +15,5 @@ check_PROGRAMS = $(tests_failing) $(tests_working)
EXTRA_DIST = property.h
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
AM_CFLAGS = $(GST_CFLAGS)

View file

@ -24,5 +24,5 @@ noinst_HEADERS = mem.h
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
AM_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)

View file

@ -5,7 +5,7 @@ TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
AM_CFLAGS = $(GST_CFLAGS)
thread1_SOURCES = thread.c
thread1_CFLAGS = -DTESTNUM=1

View file

@ -18,7 +18,7 @@ check_PROGRAMS = $(testprogs)
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
AM_CFLAGS = $(GST_CFLAGS)
# we makes them, we gots to clean them
CLEANFILES = test-registry.xml elementstest-registry.xml

View file

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

View file

@ -15,5 +15,5 @@ check_PROGRAMS = $(tests_failing) $(tests_working)
EXTRA_DIST = property.h
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
AM_CFLAGS = $(GST_CFLAGS)

View file

@ -24,5 +24,5 @@ noinst_HEADERS = mem.h
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
AM_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)

View file

@ -5,7 +5,7 @@ TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
AM_CFLAGS = $(GST_CFLAGS)
thread1_SOURCES = thread.c
thread1_CFLAGS = -DTESTNUM=1