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:12:09 +0000 |
commit | 6159360ea0ae2dd607d3418b1cbb8dec37c4cac9 (patch) | |
tree | 80beebf480be74f663f2e73702374139b1a835ce /po | |
parent | d24f554a3c35034a9df87af446ef24769427d50a (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')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 10ed9f6c3..7c6f9635c 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-base-1.0 # These two variables depend on the location of this directory. subdir = po |