tag: fix up define that tells code where to find the license translations too
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 6 Feb 2012 13:49:12 +0000 (13:49 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 6 Feb 2012 13:49:12 +0000 (13:49 +0000)
Tell code about new location of translation dict.

gst-libs/gst/tag/Makefile.am

index 797c0ff..977dd53 100644 (file)
@@ -13,7 +13,7 @@ libgsttag_@GST_MAJORMINOR@_la_SOURCES = \
 
 libgsttag_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
        $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ZLIB_CFLAGS) \
-       -DLICENSE_TRANSLATIONS_PATH=\"$(pkgdatadir)/license-translations.dict\"
+       -DLICENSE_TRANSLATIONS_PATH=\"$(pkgdatadir)/@GST_MAJORMINOR@/license-translations.dict\"
 libgsttag_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) $(ZLIB_LIBS)
 libgsttag_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)