From 0232c6132665fd51056e0bdf6d699a380564832b 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` --- eglib/Makefile.am | 8 ++++---- libgc/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eglib/Makefile.am b/eglib/Makefile.am index dd07f3218dc..b7e5cd63894 100644 --- a/eglib/Makefile.am +++ b/eglib/Makefile.am @@ -1,15 +1,15 @@ ACLOCAL_AMFLAGS = -I m4 if HOST_WIN32 -SUBDIRS = src +SUBDIRS = m4 src else if PLATFORM_DARWIN -SUBDIRS = src +SUBDIRS = m4 src else if CROSS_COMPILING -SUBDIRS = src +SUBDIRS = m4 src else -SUBDIRS = src test +SUBDIRS = m4 src test endif endif endif diff --git a/libgc/Makefile.am b/libgc/Makefile.am index 5acd597b2e0..e8a0fd5cb3d 100644 --- a/libgc/Makefile.am +++ b/libgc/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.25.1