Fix visibility for glib/ and gio/ submodules
authorRyan Lortie <desrt@desrt.ca>
Fri, 18 Jan 2013 18:23:40 +0000 (13:23 -0500)
committerRyan Lortie <desrt@desrt.ca>
Fri, 18 Jan 2013 18:23:40 +0000 (13:23 -0500)
commit346aa683de6b84da4bb53a63693ec04858cbf952
treebed7e82765f514f466e60f3242cec86534dca503
parent6f8f1f7097cbef698b4c7be5816bc9d3864ec744
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.
gio/fen/Makefile.am
gio/inotify/Makefile.am
gio/kqueue/Makefile.am
gio/win32/Makefile.am
gio/xdgmime/Makefile.am
glib/gnulib/Makefile.am
glib/libcharset/Makefile.am
glib/pcre/Makefile.am