diff --git a/ChangeLog b/ChangeLog index 009c1be66..ba7b558cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * build: Include the build module using the svn:externals mechanism. + * Makefile.am + * configure: Add the references to build back. + 2007-04-11 Matthias Clasen * glib/gspawn.c (g_spawn_async): Fix a doc typo. (#427285, diff --git a/Makefile.am b/Makefile.am index 408dce4cc..a0160d630 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.7 -SUBDIRS = . m4macros glib gobject gmodule gthread tests po docs +SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs bin_SCRIPTS = glib-gettextize diff --git a/configure.in b/configure.in index edf2f6c9a..3de062ca6 100644 --- a/configure.in +++ b/configure.in @@ -2929,6 +2929,10 @@ gobject-2.0-uninstalled.pc glib-zip glib-gettextize Makefile +build/Makefile +build/win32/Makefile +build/win32/dirent/Makefile +build/win32/vs8/Makefile glib/Makefile glib/libcharset/Makefile glib/gnulib/Makefile