mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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
d17d2be816
commit
f536ba32e8
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue