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 ca1a3c1..34ed45b 100644 (file)
@@ -1,5 +1,11 @@
 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
        in the list of returned app infos.
 
index 3b7b4f8..c0463e6 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 2186d48..6275341 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