From 10d66dc46d700293ee9484e6da522ebe278b5ee0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 25 Nov 2001 07:30:11 +0000 Subject: [PATCH] (SUBDIRS): Put intl before lib, so that libintl.h exists. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d8115de..d41c625 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = gnits dist-shar EXTRA_DIST = exgettext -SUBDIRS = doc lib intl m4 src po +SUBDIRS = doc intl lib m4 src po DISTCLEANFILES = intl/libintl.h ACLOCAL_AMFLAGS = -I m4