diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2013-12-22 21:56:03 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2013-12-22 22:23:49 +0000 |
commit | ecaede0ce602a386d74d3ad543b6896f04647c13 (patch) | |
tree | f635b5e5853667dc9680b59d31d5ff5c610399ad /po/Makevars | |
parent | 9c9efffd8cc32e0810b9b95cda75dcb2d7acf1f5 (diff) |
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
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index b8fd89c3c..996fde3d6 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 |