mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 12:30:07 +01:00
libnm/build: add versioning to linker script
https://bugzilla.gnome.org/show_bug.cgi?id=741069
This commit is contained in:
parent
256662f701
commit
2788c344c3
1 changed files with 7 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue