mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
use AM_CFLAGS
Original commit message from CVS: use AM_CFLAGS
This commit is contained in:
parent
7462cb8787
commit
d03285407c
2 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@ TESTS = $(testprogs)
|
|||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
LDADD = $(GST_LIBS)
|
||||
CFLAGS = $(GST_CFLAGS)
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
|
@ -5,4 +5,4 @@ TESTS = $(testprogs)
|
|||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
LDADD = $(GST_LIBS)
|
||||
CFLAGS = $(GST_CFLAGS)
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue