diff options
author | Wu Xiaotian <[email protected]> | 2019-10-16 16:50:40 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-07 13:20:17 +0100 |
commit | 235e8ed2e122140a8476ba91b365ec92a5103530 (patch) | |
tree | c072b4e510df11c859cbd69953b15cd886e27697 /Makefile.am | |
parent | 0470814242979fdf1fe3d78b8e203edf87156bdd (diff) | |
download | mate-control-center-235e8ed2e122140a8476ba91b365ec92a5103530.tar.bz2 mate-control-center-235e8ed2e122140a8476ba91b365ec92a5103530.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c99db1e6..4aaa856e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,6 @@ if HAVE_TYPING_BREAK SUBDIRS += typing-break endif -@INTLTOOL_XML_NOMERGE_RULE@ gsettingsschema_in_files = \ org.mate.control-center.gschema.xml.in \ org.mate.control-center.keybinding.gschema.xml.in @@ -48,6 +47,7 @@ MAINTAINERCLEANFILES = \ EXTRA_DIST = \ autogen.sh \ + its \ $(gsettingsschema_in_files) DISTCHECK_CONFIGURE_FLAGS = \ |