mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
examples: Clean up CFLAGS/LDADD even more
The internal .la should come first and is part of LDADD, as is GST_CFLAGS/LIBS.
This commit is contained in:
parent
cf064134ee
commit
bfe08411a9
1 changed files with 9 additions and 13 deletions
|
@ -15,20 +15,16 @@ LDADD += $(LIBCGROUP_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test_netclock_CFLAGS = \
|
test_netclock_CFLAGS = \
|
||||||
$(GST_NET_CFAGS) \
|
$(AM_CFLAGS) \
|
||||||
$(GST_CFLAGS) \
|
$(GST_NET_CFLAGS)
|
||||||
$(AM_CFLAGS)
|
|
||||||
test_netclock_LDADD = \
|
test_netclock_LDADD = \
|
||||||
$(GST_NET_LIBS) \
|
$(LDADD) \
|
||||||
$(GST_LIBS) \
|
$(GST_NET_LIBS)
|
||||||
$(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la \
|
|
||||||
$(LDADD)
|
|
||||||
|
|
||||||
test_netclock_client_CFLAGS = \
|
test_netclock_client_CFLAGS = \
|
||||||
$(GST_NET_CFAGS) \
|
$(AM_CFLAGS) \
|
||||||
$(GST_CFLAGS) \
|
$(GST_NET_CFLAGS)
|
||||||
$(AM_CFLAGS)
|
|
||||||
test_netclock_client_LDADD = \
|
test_netclock_client_LDADD = \
|
||||||
$(GST_NET_LIBS) \
|
$(LDADD) \
|
||||||
$(GST_LIBS) \
|
$(GST_NET_LIBS)
|
||||||
$(LDADD)
|
|
||||||
|
|
Loading…
Reference in a new issue