From 08bc314efca8bbde9e9461c4d425caf1e0ad0e5f Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 16 Dec 2013 15:27:14 +0800 Subject: Add gettext infrastructure Signed-off-by: Jeremy Kerr --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0eca29c..7ae5012 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = lib discover test ui utils man +SUBDIRS = lib discover test ui utils man po ACLOCAL_AMFLAGS = -I m4 @@ -26,7 +26,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status libtool -EXTRA_DIST = version.sh configure.ac $(srcdir)/m4 +EXTRA_DIST = version.sh configure.ac $(srcdir)/m4 config.rpath MAINTAINERCLEANFILES = aclocal.m4 config.* configure configure.ac depcomp \ install-sh ltmain.sh Makefile.in missing ylwrap $(PACKAGE)-*.gz -- cgit v1.2.1