mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
d4d144032c
Original commit message from CVS: - use GST_CFLAGS only - use AM_CFLAGS instead of CFLAGS so user cflags are not overwritten - use LDADD instead of LIBS (by analogy for <program>_LDADD, look for example in tools/Makefile.am) - kill me if it is wrong
4 lines
72 B
Makefile
4 lines
72 B
Makefile
noinst_PROGRAMS = case1
|
|
|
|
LDADD = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|