diff options
author | Wu Xiaotian <[email protected]> | 2019-10-28 09:57:28 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-03 18:39:41 +0100 |
commit | 0ccbb561412f76b1f7551e26dcc0a3f9c4a283a9 (patch) | |
tree | 06b9b78d787a65ac3c743b4dae48c06943e29901 /Makefile.am | |
parent | 29c2c0a875ead3b90d11bd18f1895d69ff77600c (diff) | |
download | libmateweather-0ccbb561412f76b1f7551e26dcc0a3f9c4a283a9.tar.bz2 libmateweather-0ccbb561412f76b1f7551e26dcc0a3f9c4a283a9.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 41eb67a..ae1a146 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ + its \ autogen.sh MAINTAINERCLEANFILES = \ |