mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
47ac7cf1fc
Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to. This should make sure arguments are passed to the linker in the right order. See #615697.
10 lines
358 B
Makefile
10 lines
358 B
Makefile
helpers_PROGRAMS = gst-plugin-scanner
|
|
helpersdir=$(libexecdir)/gstreamer-$(GST_MAJORMINOR)
|
|
|
|
gst_plugin_scanner_SOURCES = gst-plugin-scanner.c
|
|
gst_plugin_scanner_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
gst_plugin_scanner_LDADD = $(GST_OBJ_LIBS)
|
|
|
|
# clean out the old one to make sure everything is udpated correctly
|
|
# remove again after release
|
|
CLEANFILES = plugin-scanner
|