summaryrefslogtreecommitdiffstats
path: root/examples/dynparams
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-11-02 05:39:20 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-11-02 05:39:20 +0000
commit75037ef05ab0983303c3479151489e663cefec3c (patch)
tree28eb3bf09721158b8fdaac6a79edf9693b675c04 /examples/dynparams
parenta426da949b327a996e3f3623a2592cb6bafe8415 (diff)
downloadgst-plugins-bad-75037ef05ab0983303c3479151489e663cefec3c.tar.gz
gst-plugins-bad-75037ef05ab0983303c3479151489e663cefec3c.tar.bz2
gst-plugins-bad-75037ef05ab0983303c3479151489e663cefec3c.zip
use AM_CFLAGS instead of CFLAGS
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
Diffstat (limited to 'examples/dynparams')
-rw-r--r--examples/dynparams/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)