From 68073b0c2742adb3afa8bdfac9649814c9cf82c0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 20 Apr 2011 16:24:35 -0400 Subject: [PATCH] Include the m4 dir in the subdirs for `make dist` --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5acd597b..e8a0fd5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include doc +SUBDIRS = m4 include doc INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir)/.. -- 2.40.0