From a1705fe4211340e380d50f48c177ca2d66bf7b8b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Apr 2021 20:11:45 +0200 Subject: add gettext support --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d2e8d8e05..4530bdb25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,15 +3,15 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include if DOC_ONLY if ENABLE_DOC - SUBDIRS = . contrib doc + SUBDIRS = . contrib doc po else - SUBDIRS = . contrib + SUBDIRS = . contrib po endif else if ENABLE_DOC - SUBDIRS = . contrib src doc + SUBDIRS = . contrib src doc po else - SUBDIRS = . contrib src + SUBDIRS = . contrib src po endif endif @@ -23,5 +23,5 @@ src/include/taler_error_codes.h: contrib/gana/gnu-taler-error-codes/registry.rec @DX_RULES@ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = \ +EXTRA_DIST = build-aux/config.rpath \ AUTHORS -- cgit v1.2.3