mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
use AM_CFLAGS instead of CFLAGS
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
This commit is contained in:
parent
692b2437c3
commit
0c6e27ad02
6 changed files with 6 additions and 6 deletions
|
@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol
|
LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol
|
||||||
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||||
|
|
|
@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
||||||
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS)
|
||||||
|
|
|
@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
||||||
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS)
|
||||||
|
|
|
@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol
|
LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol
|
||||||
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||||
|
|
|
@ -4,4 +4,4 @@ noinst_PROGRAMS = $(examples)
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
|
||||||
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS)
|
||||||
|
|
|
@ -6,4 +6,4 @@ check_PROGRAMS = $(testprogs)
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS = $(GST_LIBS)
|
LIBS = $(GST_LIBS)
|
||||||
CFLAGS = $(GST_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue