From 435205f594250e044cab7145c63a0a8f2c876361 Mon Sep 17 00:00:00 2001 From: kevind Date: Tue, 18 Jan 2000 08:58:12 +0000 Subject: [PATCH] * Makefile.am: moved testsuite to below corresponding directories find and xargs. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1c9fd76..dc5e2e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,6 @@ AUTOMAKE_OPTIONS=gnu readme-alpha EXTRA_DIST = COPYING ChangeLog TODO install-sh config.h.in stamp-h.in -SUBDIRS = lib find xargs locate doc testsuite +SUBDIRS = lib find xargs locate doc m4 + +ACLOCAL_AMFLAGS = -I m4 -- 2.11.4.GIT