mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
examples: use LDADD for libs instead of LDFLAGS
This commit is contained in:
parent
ea63932bd2
commit
c3896849b2
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \
|
||||||
#INCLUDES = -I$(top_srcdir) -I$(srcdir)
|
#INCLUDES = -I$(top_srcdir) -I$(srcdir)
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
AM_LDFLAGS = $(GST_OBJ_LIBS) $(GIO_LIBS)
|
LDADD = $(GST_OBJ_LIBS) $(GIO_LIBS)
|
||||||
|
|
||||||
if HAVE_LIBCGROUP
|
if HAVE_LIBCGROUP
|
||||||
noinst_PROGRAMS += test-cgroups
|
noinst_PROGRAMS += test-cgroups
|
||||||
AM_LDFLAGS += $(LIBCGROUP_LIBS)
|
LDADD += $(LIBCGROUP_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue