2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

libapparmor: prepare libtool versioning for impending 2.11 release

The aa_stack_profile() and aa_stack_onexec() functions were added to
libapparmor since 2.10.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
Tyler Hicks
2016-03-19 03:03:18 -05:00
parent a23dd56e03
commit e9f8ba9e3b

View File

@@ -26,9 +26,9 @@ INCLUDES = $(all_includes)
# For more information, see: # For more information, see:
# http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html # http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
# #
AA_LIB_CURRENT = 4 AA_LIB_CURRENT = 5
AA_LIB_REVISION = 0 AA_LIB_REVISION = 0
AA_LIB_AGE = 3 AA_LIB_AGE = 4
SUFFIXES = .pc.in .pc SUFFIXES = .pc.in .pc