From: Jeffrey Stedfast Date: Wed, 20 Apr 2011 20:24:35 +0000 (-0400) Subject: Include the m4 dir in the subdirs for `make dist` X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68073b0c2742adb3afa8bdfac9649814c9cf82c0;p=gc Include the m4 dir in the subdirs for `make dist` --- 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)/..