From b47b0db086e8e36ac90971a3e8d66b891654e826 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 6 Aug 2009 21:45:19 +0000 Subject: [PATCH] Don't use the removed directorie man, python, and test in Makefile.am. Pass the arguments "-I config" to aclocal. This makes it possible to rebuild all the Autotools files with autoreconf. --- libdnet-stripped/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libdnet-stripped/Makefile.am b/libdnet-stripped/Makefile.am index c6f8f2aa1..1e5ffbffe 100644 --- a/libdnet-stripped/Makefile.am +++ b/libdnet-stripped/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.am.common -SUBDIRS = include man src python test +SUBDIRS = include src bin_SCRIPTS = dnet-config @@ -14,3 +14,4 @@ aux_dir = config AUX_DIST = $(aux_dir)/acinclude.m4 +ACLOCAL_AMFLAGS = -I config