use AM_CFLAGS instead of CFLAGS
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 2 Nov 2002 05:39:21 +0000 (05:39 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 2 Nov 2002 05:39:21 +0000 (05:39 +0000)
Original commit message from CVS:
use AM_CFLAGS instead of CFLAGS

examples/dynparams/Makefile.am
examples/seeking/Makefile.am
ext/lame/Makefile.am

index de0a1d9e91563613f48dedda0f3175103ef1a1d8..ed7d7f12a6fe01a839bfc1c5df2d01a4b83c8d7d 100644 (file)
@@ -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)
index bb427f7bdb67db1dcd667f58c47e1e23bcdaebfe..3dd4f202793dcbe31eba4762b4f94e7fc4421aba 100644 (file)
@@ -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)
index b9215a775939c8af482711ef2b064e97866b0744..f23d1d3f2fc85febce96e7dbb98902d0dd775745 100644 (file)
@@ -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