From a2cea97a8d91f55e8fb69016b1582e30f47d4eaf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 31 Dec 2007 02:30:33 +0000 Subject: [PATCH] Fix build with --disable-visibility svn path=/trunk/; revision=6219 --- gio/ChangeLog | 6 ++++++ gio/fam/Makefile.am | 1 + gio/inotify/Makefile.am | 1 + 3 files changed, 8 insertions(+) diff --git a/gio/ChangeLog b/gio/ChangeLog index ca1a3c1fe..34ed45bed 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2007-12-30 Matthias Clasen + + * fam/Makefile.am: + * inotify/Makefile.am: Use GLIB_DEBUG_FLAGS. This should + fix builds with --disable-visibility. (#500273, Christian Persch) + 2007-12-30 Matthias Clasen * gdesktopfileinfo.c (g_app_info_get_all): Don't include NULLs diff --git a/gio/fam/Makefile.am b/gio/fam/Makefile.am index 3b7b4f8b5..c0463e61b 100644 --- a/gio/fam/Makefile.am +++ b/gio/fam/Makefile.am @@ -23,6 +23,7 @@ libgiofam_la_CFLAGS = \ -I$(top_srcdir)/glib \ -I$(top_srcdir)/gmodule \ -I$(top_srcdir)/gio \ + $(GLIB_DEBUG_FLAGS) \ -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \ -DGIO_COMPILATION \ -DG_DISABLE_DEPRECATED diff --git a/gio/inotify/Makefile.am b/gio/inotify/Makefile.am index 2186d4830..627534186 100644 --- a/gio/inotify/Makefile.am +++ b/gio/inotify/Makefile.am @@ -32,6 +32,7 @@ libinotify_la_CFLAGS = \ -I$(top_srcdir)/gmodule \ -I$(top_srcdir)/gio \ -I$(top_builddir)/gio \ + $(GLIB_DEBUG_FLAGS) \ -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \ -DGIO_COMPILATION \ -DG_DISABLE_DEPRECATED