diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-11-02 13:44:02 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-11-02 13:44:02 +0100 |
commit | 6fbf96d3e4d578f7ba1b7e1bc2f9c041265f435a (patch) | |
tree | 98222ea440d8a031b7e91cf1ab1fd9151d36b679 | |
parent | c3f94f14f0c60556fdee0cb6bdc93cd566f9dd54 (diff) | |
download | gstreamer-plugins-bad-6fbf96d3e4d578f7ba1b7e1bc2f9c041265f435a.tar.gz |
scaletempo: Use a better plugin filename
-rw-r--r-- | gst/scaletempo/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gst/scaletempo/Makefile.am b/gst/scaletempo/Makefile.am index b19254b98..25f02d9fc 100644 --- a/gst/scaletempo/Makefile.am +++ b/gst/scaletempo/Makefile.am @@ -1,15 +1,15 @@ -plugin_LTLIBRARIES = libgstscaletempoplugin.la +plugin_LTLIBRARIES = libgstscaletempo.la # sources used to compile this plug-in -libgstscaletempoplugin_la_SOURCES = gstscaletempoplugin.c gstscaletempo.c +libgstscaletempo_la_SOURCES = gstscaletempoplugin.c gstscaletempo.c # flags used to compile this plugin # add other _CFLAGS and _LIBS as needed -libgstscaletempoplugin_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -libgstscaletempoplugin_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \ +libgstscaletempo_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) +libgstscaletempo_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \ $(GST_LIBS) $(GST_BASE_LIBS) -libgstscaletempoplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstscaletempoplugin_la_LIBTOOLFLAGS = --tag=disable-static +libgstscaletempo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstscaletempo_la_LIBTOOLFLAGS = --tag=disable-static # headers we need but don't want installed noinst_HEADERS = gstscaletempo.h |