1From 7a2fe915dded27630a345762628cdd542ea5d58a Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 20 Dec 2019 13:56:16 +0100
4Subject: [PATCH] Fix build with recent gettext
5
6Upstream-Status: Pending
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 Makefile.am | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/Makefile.am b/Makefile.am
13index 03d1131..65609e7 100644
14--- a/Makefile.am
15+++ b/Makefile.am
16@@ -17,5 +17,5 @@
17 ## Process this file with automake to produce Makefile.in.
18
19 EXTRA_DIST      = config.rpath m4 $(DIST_ALPHA)
20-SUBDIRS         = intl lib libopts src doc po tests
21+SUBDIRS         = lib libopts src doc po tests
22 ACLOCAL_AMFLAGS = -I m4
23