mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Fix build with --disable-visibility
svn path=/trunk/; revision=6219
This commit is contained in:
parent
4ea56399b6
commit
a2cea97a8d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user