From 1639dde1b04f98c7143c23f7c88c71026fd920a8 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 30 Aug 2004 18:43:25 +0000 Subject: [PATCH] Ensure to traverse into the etc tree This commit was SVN r2396. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4d4bf205f2..5be9ee3ea8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ include $(top_srcdir)/config/Makefile.options -SUBDIRS = config include src +SUBDIRS = config include etc src DIST_SUBDIRS = $(SUBDIRS) test EXTRA_DIST = README INSTALL VERSION Doxyfile