diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-30 20:37:27 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-30 20:37:27 +0000 |
commit | 6e7aa88032359eac0520fcf87f9b4d6fe22ef9e0 (patch) | |
tree | d178160172cf796d3f1d4bd8ee96c98d7b68c280 /Makefile.am | |
parent | 3aa0f3ae93049cb9fc9a2d5504d3301a57f65013 (diff) | |
download | gnome-control-center-6e7aa88032359eac0520fcf87f9b4d6fe22ef9e0.tar.gz |
Added AM_GLIB_GNU_GETTEXT and setting of GETTEXT_PACKAGE. Change from
Fri Nov 30 15:35:39 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Added AM_GLIB_GNU_GETTEXT and
setting of GETTEXT_PACKAGE.
* Makefile.am: Change from xml-i18n-extract (etc.)
to intltool-extract (etc.)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ce0285708..e6529d553 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,8 +15,8 @@ dist-hook: control-center.spec EXTRA_DIST = \ control-center.spec.in \ - xml-i18n-extract.in \ - xml-i18n-merge.in \ - xml-i18n-update.in \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ control-center.png |