gstreamer/libs/gst/helpers/Makefile.am
Jan Schmidt 8bf3d8cec2 registry: Support installed/uninstalled plugin-scanner helper
Add a simple version check when starting the plugin-scanner so we can
verify we're talking to one that talks the same language.
First try a plugin-scanner in the installed path, then try one via the
GST_PLUGIN_SCANNER env var if that doesn't work.
Update the uninstalled script.
Install the plugin-scanner to the libexec dir
2009-10-06 19:51:44 +01:00

6 lines
185 B
Makefile

helpers_PROGRAMS = plugin-scanner
helpersdir=$(libexecdir)
plugin_scanner_SOURCES = plugin-scanner.c
plugin_scanner_CFLAGS = $(GST_OBJ_CFLAGS)
plugin_scanner_LDFLAGS = $(GST_OBJ_LIBS)