Index: Makefile.in
--- Makefile.in.orig	2009-03-16 06:11:30 +0100
+++ Makefile.in	2009-03-27 12:05:55 +0100
@@ -212,7 +212,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 ACLOCAL_AMFLAGS = -I scripts
-SUBDIRS = tools glib gio examples scripts tests MSVC_Net2005 MSVC_Net2008 docs
+SUBDIRS = tools glib gio scripts
 DIST_SUBDIRS = $(SUBDIRS)
 EXTRA_DIST = build_shared/Makefile_build.am_fragment \
 		  build_shared/Makefile_build_gensrc.am_fragment \
Index: glib/glibmm/date.h
--- glib/glibmm/date.h.orig	2009-02-20 23:40:06 +0100
+++ glib/glibmm/date.h	2009-03-27 12:05:14 +0100
@@ -164,7 +164,7 @@
   void set_parse (const Glib::ustring& str);
 
 
-  #ifndef GLIBMM_DISABLE_DEPRECATED
+  #if 0 // GLIBMM_DISABLE_DEPRECATED
 
   
   //Avoid a build problem in the case that time_t is equivalent to guint32 (GTime is also guint32)
Index: tests/glibmm_value/Makefile.in
--- tests/glibmm_value/Makefile.in.orig	2009-03-16 05:56:57 +0100
+++ tests/glibmm_value/Makefile.in	2009-03-27 12:05:14 +0100
@@ -85,7 +85,7 @@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
 CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = @CPPFLAGS@ $(DISABLE_DEPRECATED_CFLAGS) $(DISABLE_DEPRECATED_API_CFLAGS)
 CXX = @CXX@
 CXXCPP = @CXXCPP@
 CXXDEPMODE = @CXXDEPMODE@
