From c0c99f8c65bd6ac613ea4e9c528c0687ae554ae7 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 30 Jan 2018 11:46:43 +0000 Subject: [PATCH] Makefile.am: build po after src strip-data.c is needed for po Noticed when trying to build make distcheck directly from a fresh check-out. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e4dc695..47c602a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = gnits ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = doc lib po src tests contrib +SUBDIRS = doc lib src po tests contrib EXTRA_DIST = COPYING-LIB \ m4/gnulib-cache.m4 tables.py \ -- 2.50.1