-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Make sure to expose p11_kit_check_version
Previously, version.h was not installed when building with Autotools, and the function symbol was not exposed from libp11-kit when building with Meson. Reported by Andreas Metzler in: #637 (comment) Signed-off-by: Daiki Ueno <ueno@gnu.org>
- Loading branch information
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,3 +105,10 @@ LIBP11_KIT_1.0 { | |
local: | ||
*; | ||
}; | ||
|
||
LIBP11_KIT_1.1 { | ||
global: | ||
p11_kit_check_version; | ||
local: | ||
*; | ||
} LIBP11_KIT_1.0; |