summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-12-01 23:46:17 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-12-01 23:46:17 +0000
commit942f84e6c937dd937ed4d2274912b022d1006649 (patch)
tree9d4310cec31f8ad8f5fe93b0d57c6beb020d3715
parent264aa4cd8af1807d3125e42fcc5351aaadd95290 (diff)
downloadglib-942f84e6c937dd937ed4d2274912b022d1006649.tar.gz
Don't descend into build/. (#500875)
2007-12-01 Behdad Esfahbod <behdad@gnome.org> * Makefile.am: Don't descend into build/. (#500875) svn path=/trunk/; revision=6012
-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