From f536ba32e856e5bc49b92a47dea9522ff1ea9077 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 +- ext/lame/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 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/ext/lame/Makefile.am b/ext/lame/Makefile.am index b9215a7759..f23d1d3f2f 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -9,7 +9,7 @@ libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstlame.h -CFLAGS = $(GST_CFLAGS) +AM_CFLAGS = $(GST_CFLAGS) LIBS = $(GST_LIBS) $(LAME_LIBS) ## testprogs = test-lame