summaryrefslogtreecommitdiff
path: root/gsettings
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-08 22:30:47 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-08 22:45:07 -0400
commit395d1f509ac879dfedb9c4ef05de3f3293cf9b13 (patch)
tree697c2b0a4bd593c20807e65c11029be80536bfaf /gsettings
parent571918ab8d3147861e5525d4dee869024099af02 (diff)
downloaddconf-395d1f509ac879dfedb9c4ef05de3f3293cf9b13.tar.gz
common/: make 'hidden' variant of libdconf-common
Compile a version of libdconf-common.a with -fvisibility=hidden. This is included in the GSettings backend to prevent leaking the dconf client library symbols into the global namespace.
Diffstat (limited to 'gsettings')
-rw-r--r--gsettings/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsettings/Makefile.am b/gsettings/Makefile.am
index 45fe320..929536a 100644
--- a/gsettings/Makefile.am
+++ b/gsettings/Makefile.am
@@ -6,7 +6,7 @@ libdconfsettings_so_LDADD = \
../engine/libdconf-engine-shared.a \
../gvdb/libgvdb-shared.a \
../gdbus/libdconf-gdbus-thread-shared.a \
- ../common/libdconf-common-shared.a \
+ ../common/libdconf-common-hidden.a \
../shm/libdconf-shm-shared.a \
$(gio_LIBS)