build: when building executables, put libs to link to into LDADD instead of LDFLAGS
[platform/upstream/gstreamer.git] / libs / gst / helpers / Makefile.am
1 helpers_PROGRAMS = gst-plugin-scanner
2 helpersdir=$(libexecdir)/gstreamer-$(GST_MAJORMINOR)
3
4 gst_plugin_scanner_SOURCES = gst-plugin-scanner.c
5 gst_plugin_scanner_CFLAGS = $(GST_OBJ_CFLAGS)
6 gst_plugin_scanner_LDADD = $(GST_OBJ_LIBS)
7
8 # clean out the old one to make sure everything is udpated correctly
9 # remove again after release
10 CLEANFILES = plugin-scanner