From: Tim-Philipp Müller Date: Sun, 22 Dec 2013 21:56:03 +0000 (+0000) Subject: po: set gettext domain in Makevars so we don't have to patch the generated Makefile... X-Git-Tag: 1.19.3~509^2~5068 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecaede0ce602a386d74d3ad543b6896f04647c13;p=platform%2Fupstream%2Fgstreamer.git po: set gettext domain in Makevars so we don't have to patch the generated Makefile.in.in https://bugzilla.gnome.org/show_bug.cgi?id=705455 --- diff --git a/po/Makevars b/po/Makevars index b8fd89c..996fde3 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,7 +1,7 @@ # Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. -DOMAIN = $(GETTEXT_PACKAGE) +DOMAIN = gst-plugins-good-1.0 # These two variables depend on the location of this directory. subdir = po