diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:33:23 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:37:47 +0200 |
commit | 5cdd49bf25ae8ef45fd9c95dea95363be033e703 (patch) | |
tree | f8f37f82477b3d908abb1b318921df27b6c8a5f9 /gst/icydemux/Makefile.am | |
parent | bca1463a666bfc149a5fa2cf2acaa480f15b906a (diff) | |
download | gstreamer-plugins-good-5cdd49bf25ae8ef45fd9c95dea95363be033e703.tar.gz |
gst: Update versioning
Diffstat (limited to 'gst/icydemux/Makefile.am')
-rw-r--r-- | gst/icydemux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/icydemux/Makefile.am b/gst/icydemux/Makefile.am index b7f2c66af..1da2af450 100644 --- a/gst/icydemux/Makefile.am +++ b/gst/icydemux/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgsticydemux.la libgsticydemux_la_SOURCES = gsticydemux.c libgsticydemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgsticydemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS) +libgsticydemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS) libgsticydemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgsticydemux_la_LIBTOOLFLAGS = --tag=disable-static |