summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Henriksson <andreas@fatal.se>2014-09-05 13:30:02 -0700
committerColin Walters <walters@verbum.org>2014-09-05 18:53:02 -0400
commitc9195de4e91d5c113a03f97762e0219a824f41c3 (patch)
treead95cfe316f783fddc20c0a1ab50912884d6e40b
parentbce199127da5368700f3105e0bd19bc338810915 (diff)
downloadgobject-introspection-c9195de4e91d5c113a03f97762e0219a824f41c3.tar.gz
Hide more symbols that shouldn't be exported
This fixes some fallouts from commit d281b07c4aba18d3 "build: Export Symbols Using Compiler Directives" https://bugzilla.gnome.org/show_bug.cgi?id=732669
-rw-r--r--Makefile-cmph.am2
-rw-r--r--Makefile-girepository.am6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile-cmph.am b/Makefile-cmph.am
index a2edcf6f..5e2133ad 100644
--- a/Makefile-cmph.am
+++ b/Makefile-cmph.am
@@ -1,6 +1,6 @@
EXTRA_LTLIBRARIES += libcmph.la
-libcmph_la_CPPFLAGS = -Icmph $(GLIB_CFLAGS)
+libcmph_la_CPPFLAGS = -Icmph $(GLIB_CFLAGS) $(GI_HIDDEN_VISIBILITY_CFLAGS)
libcmph_la_LIBADD = -lm $(GLIB_LIBS)
libcmph_la_SOURCES = \
diff --git a/Makefile-girepository.am b/Makefile-girepository.am
index 8a857d67..44b508df 100644
--- a/Makefile-girepository.am
+++ b/Makefile-girepository.am
@@ -30,7 +30,11 @@ noinst_LTLIBRARIES += libgirepository-internals.la libgirepository-gthash.la
libgirepository_gthash_la_SOURCES = \
girepository/gthash.c
-libgirepository_gthash_la_CFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository
+libgirepository_gthash_la_CFLAGS = \
+ $(GIREPO_CFLAGS) \
+ $(GI_HIDDEN_VISIBILITY_CFLAGS) \
+ -I$(top_srcdir)/girepository
+
libgirepository_gthash_la_LIBADD = libcmph.la $(GIREPO_LIBS)
libgirepository_internals_la_SOURCES = \