diff options
author | Javier Jardón <jjardon@gnome.org> | 2016-01-09 18:35:34 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2016-05-16 20:46:19 +0100 |
commit | 101da71ee30e53fe0338bc67605a98527277ee56 (patch) | |
tree | e65a6071e3344a7496fd80a4ac6f1d66f890d748 /Makefile.am | |
parent | 0dfd6a7b082effae1d6d702037609565c95b7835 (diff) | |
download | gtk+-101da71ee30e53fe0338bc67605a98527277ee56.tar.gz |
Use upstream gettext
https://bugzilla.gnome.org/show_bug.cgi?id=373745
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 38e8b1ccb1..0e9eeff49f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST += \ sanitize-la.sh \ po/README.translators \ po/po2tbl.sed.in \ + build-aux/config.rpath \ make-pot MAINTAINERCLEANFILES = \ @@ -110,7 +111,6 @@ GITIGNOREFILES = \ po-properties/*.gmo \ po-properties/*.mo \ po-properties/POTFILES \ - po-properties/stamp-it \ - po-properties/.intltool-merge-cache + po-properties/stamp-it -include $(top_srcdir)/git.mk |