Fix build with --disable-visibility

svn path=/trunk/; revision=6219
This commit is contained in:
Matthias Clasen 2007-12-31 02:30:33 +00:00
parent 4ea56399b6
commit a2cea97a8d
3 changed files with 8 additions and 0 deletions

View 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> 2007-12-30 Matthias Clasen <mclasen@redhat.com>
* gdesktopfileinfo.c (g_app_info_get_all): Don't include NULLs * gdesktopfileinfo.c (g_app_info_get_all): Don't include NULLs

View File

@ -23,6 +23,7 @@ libgiofam_la_CFLAGS = \
-I$(top_srcdir)/glib \ -I$(top_srcdir)/glib \
-I$(top_srcdir)/gmodule \ -I$(top_srcdir)/gmodule \
-I$(top_srcdir)/gio \ -I$(top_srcdir)/gio \
$(GLIB_DEBUG_FLAGS) \
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \ -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
-DGIO_COMPILATION \ -DGIO_COMPILATION \
-DG_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED

View File

@ -32,6 +32,7 @@ libinotify_la_CFLAGS = \
-I$(top_srcdir)/gmodule \ -I$(top_srcdir)/gmodule \
-I$(top_srcdir)/gio \ -I$(top_srcdir)/gio \
-I$(top_builddir)/gio \ -I$(top_builddir)/gio \
$(GLIB_DEBUG_FLAGS) \
-DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \ -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \
-DGIO_COMPILATION \ -DGIO_COMPILATION \
-DG_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED