From 8cdebb2648a4c7aa1307b18bd36c3874516886f1 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Tue, 15 Oct 2019 21:34:51 +0800 Subject: migrate from intltool to gettext --- Makefile.am | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7c04518..93bea52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,24 +2,17 @@ if BUILD_TESTS TEST = test endif -SUBDIRS = libmatekbd $(TEST) po +SUBDIRS = po libmatekbd $(TEST) ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-introspection -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update EXTRA_DIST = \ autogen.sh \ libmatekbd.pc.in \ - libmatekbdui.pc.in \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in + libmatekbdui.pc.in pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libmatekbd.pc libmatekbdui.pc @@ -33,4 +26,3 @@ ChangeLog: dist: ChangeLog .PHONY: ChangeLog - -- cgit v1.2.1