From d819a832e0214a3bec3679345f542644596a2850 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 27 May 2019 13:27:31 +0200 Subject: build: libnftnl 1.1.3 release Moreover, add missing include/rule.h file to Makefile.am. Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 2 +- configure.ac | 2 +- include/Makefile.am | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Make_global.am b/Make_global.am index 307816b..d0394b3 100644 --- a/Make_global.am +++ b/Make_global.am @@ -18,7 +18,7 @@ # set age to 0. # # -LIBVERSION=11:0:0 +LIBVERSION=12:0:1 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS} ${LIBMXML_CFLAGS} AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN} diff --git a/configure.ac b/configure.ac index ba4fc96..bf1641f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([libnftnl], [1.1.2]) +AC_INIT([libnftnl], [1.1.3]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) diff --git a/include/Makefile.am b/include/Makefile.am index 01667f5..b31aa10 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -10,6 +10,7 @@ noinst_HEADERS = internal.h \ set.h \ common.h \ expr.h \ + rule.h \ set_elem.h \ udata.h \ utils.h -- cgit v1.2.3