From ba17d7f03f467f45fe5784be8283253facc4766d Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org" Date: Tue, 19 Dec 2006 17:12:21 +0000 Subject: Introduce several improvements in the library, still backward compatible. - add iterator API - add replacements for nfnl_listen and nfnl_talk - fix error handling - add assertions - add documentation - minor cleanups --- Make_global.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Make_global.am (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am new file mode 100644 index 0000000..b62b712 --- /dev/null +++ b/Make_global.am @@ -0,0 +1,7 @@ +# This is _NOT_ the library release version, it's an API version. +# Please read Chapter 6 "Library interface versions" of the libtool +# documentation before making any modification +# http://sources.redhat.com/autobook/autobook/autobook_91.html +LIBVERSION=2:0:2 + +INCLUDES=$(all_includes) -I$(top_srcdir)/include -- cgit v1.2.3