mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
use AM_CFLAGS instead of CFLAGS
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
This commit is contained in:
parent
aa363eae69
commit
e00fef2c19
11 changed files with 11 additions and 11 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,5 +8,5 @@ TESTS = $(testprogs)
|
|||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
LDADD = $(GST_LIBS)
|
||||
CFLAGS = $(GST_CFLAGS)
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
|
|
|
@ -15,5 +15,5 @@ check_PROGRAMS = $(tests_failing) $(tests_working)
|
|||
|
||||
EXTRA_DIST = property.h
|
||||
LDADD = $(GST_LIBS)
|
||||
CFLAGS = $(GST_CFLAGS)
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,5 +8,5 @@ TESTS = $(testprogs)
|
|||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
LDADD = $(GST_LIBS)
|
||||
CFLAGS = $(GST_CFLAGS)
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
|
|
|
@ -15,5 +15,5 @@ check_PROGRAMS = $(tests_failing) $(tests_working)
|
|||
|
||||
EXTRA_DIST = property.h
|
||||
LDADD = $(GST_LIBS)
|
||||
CFLAGS = $(GST_CFLAGS)
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue