Fix build with --disable-visibility
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 31 Dec 2007 02:30:33 +0000 (02:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 31 Dec 2007 02:30:33 +0000 (02:30 +0000)
svn path=/trunk/; revision=6219

gio/ChangeLog
gio/fam/Makefile.am
gio/inotify/Makefile.am

index ca1a3c1fe108dd792f92efb7e94d442c4bc76a03..34ed45bedb67e5fb3b63273ce0372db0ecbf035a 100644 (file)
@@ -1,3 +1,9 @@
+2007-12-30  Matthias Clasen  <mclasen@redhat.com> 
+
+       * 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  <mclasen@redhat.com> 
 
        * gdesktopfileinfo.c (g_app_info_get_all): Don't include NULLs
index 3b7b4f8b58caf8824c1075106ac508750555000b..c0463e61b70800da9016dcda126e3a4cbc2ba01d 100644 (file)
@@ -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
index 2186d4830662ced038ff940c2faeda67475e9ee9..627534186b0c69aa3fd544c790f7be38f7463706 100644 (file)
@@ -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