Blame Make_global.am

Packit 04dc98
# This is _NOT_ the library release version, it's an API version.
Packit 04dc98
# Extracted from Chapter 6 "Library interface versions" of the libtool docs.
Packit 04dc98
#
Packit 04dc98
# <snippet>
Packit 04dc98
# Here are a set of rules to help you update your library version information:
Packit 04dc98
#
Packit 04dc98
# 1. Start with version information of `0:0:0' for each libtool library.
Packit 04dc98
# 2. Update the version information only immediately before a public release
Packit 04dc98
# of your software. More frequent updates are unnecessary, and only guarantee
Packit 04dc98
# that the current interface number gets larger faster.
Packit 04dc98
# 3. If the library source code has changed at all since the last update,
Packit 04dc98
# then increment revision (`c:r:a' becomes `c:r+1:a').
Packit 04dc98
# 4. If any interfaces have been added, removed, or changed since the last
Packit 04dc98
# update, increment current, and set revision to 0.
Packit 04dc98
# 5. If any interfaces have been added since the last public release, then
Packit 04dc98
# increment age.
Packit 04dc98
# 6. If any interfaces have been removed since the last public release, then
Packit 04dc98
# set age to 0.
Packit 04dc98
# </snippet>
Packit 04dc98
#
Packit 04dc98
LIBVERSION=1:0:0
Packit 04dc98
Packit 04dc98
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS}
Packit 04dc98
AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}