diff options
author | Andreas Henriksson <andreas@fatal.se> | 2014-09-05 13:30:02 -0700 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2014-09-05 18:53:02 -0400 |
commit | c9195de4e91d5c113a03f97762e0219a824f41c3 (patch) | |
tree | ad95cfe316f783fddc20c0a1ab50912884d6e40b /Makefile-cmph.am | |
parent | bce199127da5368700f3105e0bd19bc338810915 (diff) | |
download | gobject-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
Diffstat (limited to 'Makefile-cmph.am')
-rw-r--r-- | Makefile-cmph.am | 2 |
1 files changed, 1 insertions, 1 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 = \ |