From: Behdad Esfahbod Date: Sat, 1 Dec 2007 23:46:17 +0000 (+0000) Subject: Don't descend into build/. (#500875) X-Git-Tag: GLIB_2_15_1~239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=942f84e6c937dd937ed4d2274912b022d1006649;p=platform%2Fupstream%2Fglib.git Don't descend into build/. (#500875) 2007-12-01 Behdad Esfahbod * Makefile.am: Don't descend into build/. (#500875) svn path=/trunk/; revision=6012 --- diff --git a/ChangeLog b/ChangeLog index b19b12d..5b56c73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-01 Behdad Esfahbod + + * Makefile.am: Don't descend into build/. (#500875) + 2007-11-28 Matthias Clasen * glib/gmarkup.h: diff --git a/Makefile.am b/Makefile.am index af74ec9..ba25bd6 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