summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-05 17:12:16 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-05 17:12:16 +0800
commit6af6a2e8a0a9c05999b84b72325386b9fe1de20d (patch)
tree06f41be02dc8f64e5ce04f626b60e74d5c0246ce
parenta10f72e03ef6086c816a8f25760db122b56f8a83 (diff)
configure: change gettext domain to libppswrapper
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d6aa645..6300998 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
dnl Add the languages which your application supports to po/LINGUAS
-GETTEXT_PACKAGE=ppstream
+GETTEXT_PACKAGE=libppswrapper
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define to the Gettext package name])
AC_SUBST(GETTEXT_PACKAGE)
AM_GLIB_GNU_GETTEXT