Include the m4 dir in the subdirs for `make dist`
authorJeffrey Stedfast <fejj@gnome.org>
Wed, 20 Apr 2011 20:24:35 +0000 (16:24 -0400)
committerJeffrey Stedfast <fejj@gnome.org>
Wed, 20 Apr 2011 20:24:35 +0000 (16:24 -0400)
eglib/Makefile.am
libgc/Makefile.am

index dd07f3218dc4e343be89e38ad3b54b52e7608ced..b7e5cd63894c695447748d7f651671cebf7c5d5b 100644 (file)
@@ -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
index 5acd597b2e01661ab23b9cc5d622bd359063c317..e8a0fd5cb3d5099df040608dfa1095b7f93b3b84 100644 (file)
@@ -20,7 +20,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = include doc
+SUBDIRS = m4 include doc
 
 INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir)/..