On Monday 2018-06-18 10:43, Phil Sutter wrote: >Analogous to libnftnl's build system, define libnftables interface >version in a variable in Make_global.am. > >Suggested-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> >Signed-off-by: Phil Sutter <phil@xxxxxx> >--- > Make_global.am | 21 +++++++++++++++++++++ > src/Makefile.am | 4 +++- > 2 files changed, 24 insertions(+), 1 deletion(-) > create mode 100644 Make_global.am > >diff --git a/Make_global.am b/Make_global.am >new file mode 100644 >index 0000000000000..713d95834d6ee >--- /dev/null >+++ b/Make_global.am >@@ -0,0 +1,21 @@ >+# This is _NOT_ the library release version, it's an API version. >+# Extracted from Chapter 6 "Library interface versions" of the libtool docs. I don't know if this chapter 6 reference blurb really helps; most of the time it didn't. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html