aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf.map
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-20 18:48:27 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-20 21:18:12 +0200
commit92c94e7df230dd86eb46e8edf8e9d92531d5f6ef (patch)
treec64e1c979f910884bddd47d42cf9a7913cb56cc4 /libqpdf.map
parent81fc594342925137b55b3decb4992b283a52967f (diff)
downloadqpdf-92c94e7df230dd86eb46e8edf8e9d92531d5f6ef.tar.zst
Add symbol versioning
For ELF systems, turn on versioned symbols by default, and add a configure option to enable or disable them.
Diffstat (limited to 'libqpdf.map')
-rw-r--r--libqpdf.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/libqpdf.map b/libqpdf.map
new file mode 100644
index 00000000..857f56cb
--- /dev/null
+++ b/libqpdf.map
@@ -0,0 +1,4 @@
+LIBQPDF_8 {
+ global:
+ *;
+};