glib/gio/kqueue
Ryan Lortie 346aa683de Fix visibility for glib/ and gio/ submodules
We have various sub directories in glib/ and gio/ (eg: inotify, gnulib,
pcre, xdgmime, etc.) that build convenience libraries that are then
included into libglib and libgio.  The files in these directories need
to be built with the same visibility policy as the files in the first
level directories, so add CFLAGS for them all.

This wasn't a problem when the visibility flags were set directly in
CFLAGS but then we had to deal with some modules that we built that we
explicitly wanted to export symbols from.

For now, we can keep things the way they are because it's less hacky and
although it's a theoretical hazard to forget these CFLAGS, we rarely add
new subdirectories to the build.
2013-01-18 13:23:40 -05:00
..
dep-list.c GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
dep-list.h GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
gkqueuedirectorymonitor.c GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
gkqueuedirectorymonitor.h GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
gkqueuefilemonitor.c GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
gkqueuefilemonitor.h GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
kqueue-exclusions.c gio-kqueue: use O_EVTONLY on MacOS 2012-11-17 16:32:23 +01:00
kqueue-exclusions.h GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
kqueue-helper.c kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse 2013-01-13 23:48:23 -05:00
kqueue-helper.h GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
kqueue-missing.c kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse 2013-01-13 23:48:23 -05:00
kqueue-missing.h GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
kqueue-sub.c GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
kqueue-sub.h GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
kqueue-thread.c kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse 2013-01-13 23:48:23 -05:00
kqueue-thread.h GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
kqueue-utils.c GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
kqueue-utils.h GFileMonitor: Add kqueue(3) support to GIO 2012-11-15 08:13:30 +01:00
Makefile.am Fix visibility for glib/ and gio/ submodules 2013-01-18 13:23:40 -05:00