mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +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
|
||||
|
||||
test_netclock_CFLAGS = \
|
||||
$(GST_NET_CFAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(AM_CFLAGS)
|
||||
$(AM_CFLAGS) \
|
||||
$(GST_NET_CFLAGS)
|
||||
test_netclock_LDADD = \
|
||||
$(GST_NET_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la \
|
||||
$(LDADD)
|
||||
$(LDADD) \
|
||||
$(GST_NET_LIBS)
|
||||
|
||||
test_netclock_client_CFLAGS = \
|
||||
$(GST_NET_CFAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(AM_CFLAGS)
|
||||
$(AM_CFLAGS) \
|
||||
$(GST_NET_CFLAGS)
|
||||
test_netclock_client_LDADD = \
|
||||
$(GST_NET_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(LDADD)
|
||||
$(LDADD) \
|
||||
$(GST_NET_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue