Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@gnome.org>2011-04-21 00:24:35 +0400
committerJeffrey Stedfast <fejj@gnome.org>2011-04-21 00:24:35 +0400
commit0232c6132665fd51056e0bdf6d699a380564832b (patch)
treeb699ddc1e3538e25bbee60124e62e3df5632ecdc /libgc/Makefile.am
parentaf89f6e9b18a9e92633ff818be9436eb33cbb013 (diff)
Include the m4 dir in the subdirs for `make dist`
Diffstat (limited to 'libgc/Makefile.am')
-rw-r--r--libgc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)/..