From 0c6e27ad02c9b29d2cc91c58913d293a4fea4437 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 2 Nov 2002 05:39:21 +0000 Subject: [PATCH] use AM_CFLAGS instead of CFLAGS Original commit message from CVS: use AM_CFLAGS instead of CFLAGS --- examples/dynparams/Makefile.am | 2 +- examples/seeking/Makefile.am | 2 +- tests/examples/seek/Makefile.am | 2 +- tests/old/examples/dynparams/Makefile.am | 2 +- tests/old/examples/seek/Makefile.am | 2 +- testsuite/autoplug/Makefile.am | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/dynparams/Makefile.am b/examples/dynparams/Makefile.am index de0a1d9e91..ed7d7f12a6 100644 --- a/examples/dynparams/Makefile.am +++ b/examples/dynparams/Makefile.am @@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples) # we have nothing but apps here, we can do this safely LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol -CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) diff --git a/examples/seeking/Makefile.am b/examples/seeking/Makefile.am index bb427f7bdb..3dd4f20279 100644 --- a/examples/seeking/Makefile.am +++ b/examples/seeking/Makefile.am @@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples) # we have nothing but apps here, we can do this safely LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS) -CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS) +AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS) diff --git a/tests/examples/seek/Makefile.am b/tests/examples/seek/Makefile.am index bb427f7bdb..3dd4f20279 100644 --- a/tests/examples/seek/Makefile.am +++ b/tests/examples/seek/Makefile.am @@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples) # we have nothing but apps here, we can do this safely LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS) -CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS) +AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS) diff --git a/tests/old/examples/dynparams/Makefile.am b/tests/old/examples/dynparams/Makefile.am index de0a1d9e91..ed7d7f12a6 100644 --- a/tests/old/examples/dynparams/Makefile.am +++ b/tests/old/examples/dynparams/Makefile.am @@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples) # we have nothing but apps here, we can do this safely LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol -CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) diff --git a/tests/old/examples/seek/Makefile.am b/tests/old/examples/seek/Makefile.am index bb427f7bdb..3dd4f20279 100644 --- a/tests/old/examples/seek/Makefile.am +++ b/tests/old/examples/seek/Makefile.am @@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples) # we have nothing but apps here, we can do this safely LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS) -CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS) +AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS) diff --git a/testsuite/autoplug/Makefile.am b/testsuite/autoplug/Makefile.am index 2de1669b10..511d625ba0 100644 --- a/testsuite/autoplug/Makefile.am +++ b/testsuite/autoplug/Makefile.am @@ -6,4 +6,4 @@ check_PROGRAMS = $(testprogs) # we have nothing but apps here, we can do this safely LIBS = $(GST_LIBS) -CFLAGS = $(GST_CFLAGS) +AM_CFLAGS = $(GST_CFLAGS)