From 75037ef05ab0983303c3479151489e663cefec3c Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 2 Nov 2002 05:39:20 +0000 Subject: use AM_CFLAGS instead of CFLAGS Original commit message from CVS: use AM_CFLAGS instead of CFLAGS --- examples/dynparams/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dynparams') diff --git a/examples/dynparams/Makefile.am b/examples/dynparams/Makefile.am index de0a1d9e..ed7d7f12 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) -- cgit v1.2.1