summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b19b12d4e..5b56c733b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-01 Behdad Esfahbod <behdad@gnome.org>
+
+ * Makefile.am: Don't descend into build/. (#500875)
+
2007-11-28 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.h:
diff --git a/Makefile.am b/Makefile.am
index af74ec9a6..ba25bd6c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,8 @@ include $(top_srcdir)/Makefile.decl
AUTOMAKE_OPTIONS = 1.7
-SUBDIRS = . m4macros glib gobject gmodule gthread gio tests build po docs
+SUBDIRS = . m4macros glib gobject gmodule gthread gio tests po docs
+DIST_SUBDIRS = $(SUBDIRS) build
bin_SCRIPTS = glib-gettextize