You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
952 B
24 lines
952 B
Index: Makefile.in |
|
--- Makefile.in.orig 2009-09-16 16:29:45 +0200 |
|
+++ Makefile.in 2010-01-07 09:09:22 +0100 |
|
@@ -283,7 +283,7 @@ |
|
@MAINTAINER_MODE_TRUE@src_subdirs = glib/src gio/src |
|
@ENABLE_DOCUMENTATION_FALSE@doc_subdirs = |
|
@ENABLE_DOCUMENTATION_TRUE@doc_subdirs = docs |
|
-SUBDIRS = tools $(src_subdirs) glib/glibmm gio/giomm tests examples $(doc_subdirs) |
|
+SUBDIRS = tools $(src_subdirs) glib/glibmm gio/giomm |
|
glibmm_includedir = $(includedir)/$(GLIBMM_MODULE_NAME) |
|
glibmm_include_HEADERS = glib/glibmm.h |
|
glibmm_libincludedir = $(libdir)/$(GLIBMM_MODULE_NAME)/include |
|
Index: glib/glibmm/date.h |
|
--- glib/glibmm/date.h.orig 2009-09-16 16:29:55 +0200 |
|
+++ glib/glibmm/date.h 2010-01-07 09:08:43 +0100 |
|
@@ -162,7 +162,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)
|
|
|