mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41: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
5783e8c14f
commit
675efc8049
1 changed files with 1 additions and 1 deletions
|
@ -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