summaryrefslogtreecommitdiff
path: root/gck/libgck.map
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-12-30 00:40:17 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2019-12-31 01:22:32 +0100
commita705acc3640e825d9b83bc37663d13950677728c (patch)
tree46d1eae7f2edfe89d6983421b1504ebcbf93c444 /gck/libgck.map
parentd7e8bb423588ead9c0f84503380c686c3fbe8529 (diff)
downloadgcr-a705acc3640e825d9b83bc37663d13950677728c.tar.gz
Support Meson build system
Diffstat (limited to 'gck/libgck.map')
-rw-r--r--gck/libgck.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/gck/libgck.map b/gck/libgck.map
new file mode 100644
index 0000000..b71b7e4
--- /dev/null
+++ b/gck/libgck.map
@@ -0,0 +1,7 @@
+{
+global:
+ gck_*;
+ SECMEM_*;
+local:
+ *;
+};