summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-10-06 17:12:38 +0200
committerThomas Haller <thaller@redhat.com>2014-12-05 11:56:37 +0100
commit2788c344c3665b758cc893cf7a192c138fec4ad3 (patch)
treec3203d3b9b5eeece94db3e898dcbfa3d83ab092c
parent256662f70144e542f4f4c7ba96334a0f1f9977b5 (diff)
downloadNetworkManager-2788c344c3665b758cc893cf7a192c138fec4ad3.tar.gz
libnm/build: add versioning to linker script
https://bugzilla.gnome.org/show_bug.cgi?id=741069
-rw-r--r--libnm/libnm.ver11
1 files changed, 7 insertions, 4 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index d56a411bfc..718d1f086a 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1,4 +1,9 @@
-{
+__libnm_local {
+local:
+ *;
+};
+
+libnm_1_0_0 {
global:
nm_802_11_ap_flags_get_type;
nm_802_11_ap_security_flags_get_type;
@@ -841,6 +846,4 @@ global:
nm_wimax_nsp_get_signal_quality;
nm_wimax_nsp_get_type;
nm_wimax_nsp_network_type_get_type;
-local:
- *;
-};
+} __libnm_local;