On Mon, Jun 18, 2018 at 12:13:10PM +0200, Jan Engelhardt wrote:
> 
> 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 <[email protected]>
> >Signed-off-by: Phil Sutter <[email protected]>
> >---
> > 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.

Hmm, but I guess dropping it without replacement will make it even
worse. So maybe improve the hint and use it in both nftables and
libnftnl Make_globals?

Thanks, Phil
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to