Re: [nft PATCH] Makefile: Introduce Make_global.am

2018-06-25 Thread Jan Engelhardt
On Thursday 2018-06-21 20:00, Phil Sutter wrote: >On Thu, Jun 21, 2018 at 07:35:18PM +0200, Jan Engelhardt wrote: >> On Thursday 2018-06-21 17:05, Phil Sutter wrote: >> >> >> >+# This is _NOT_ the library release version, it's an API version. >> >> >> >+# Extracted from Chapter 6 "Library

Re: [nft PATCH] Makefile: Introduce Make_global.am

2018-06-21 Thread Phil Sutter
On Thu, Jun 21, 2018 at 07:35:18PM +0200, Jan Engelhardt wrote: > On Thursday 2018-06-21 17:05, Phil Sutter wrote: > >> >> >+# This is _NOT_ the library release version, it's an API version. > >> >> >+# Extracted from Chapter 6 "Library interface versions" of the > >> >> >libtool docs. > >> >> >

Re: [nft PATCH] Makefile: Introduce Make_global.am

2018-06-21 Thread Jan Engelhardt
On Thursday 2018-06-21 17:05, Phil Sutter wrote: >> >> >+# 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; >> >>

Re: [nft PATCH] Makefile: Introduce Make_global.am

2018-06-21 Thread Phil Sutter
Hi Jan, On Tue, Jun 19, 2018 at 10:40:44AM +0200, Jan Engelhardt wrote: > > On Monday 2018-06-18 12:30, Phil Sutter wrote: > >> >Analogous to libnftnl's build system, define libnftables interface > >> >version in a variable in Make_global.am. > >> >+# This is _NOT_ the library release version,

Re: [nft PATCH] Makefile: Introduce Make_global.am

2018-06-19 Thread Jan Engelhardt
On Monday 2018-06-18 12:30, Phil Sutter wrote: >> >Analogous to libnftnl's build system, define libnftables interface >> >version in a variable in Make_global.am. >> >+# This is _NOT_ the library release version, it's an API version. >> >+# Extracted from Chapter 6 "Library interface versions"

Re: [nft PATCH] Makefile: Introduce Make_global.am

2018-06-19 Thread Arturo Borrero Gonzalez
On 18 June 2018 at 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 > Signed-off-by: Phil Sutter > --- > Make_global.am | 21 + > src/Makefile.am |

Re: [nft PATCH] Makefile: Introduce Make_global.am

2018-06-18 Thread Phil Sutter
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 > >Signed-off-by: Phil

Re: [nft PATCH] Makefile: Introduce Make_global.am

2018-06-18 Thread Jan Engelhardt
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 >Signed-off-by: Phil Sutter >--- > Make_global.am | 21 + > src/Makefile.am | 4

[nft PATCH] Makefile: Introduce Make_global.am

2018-06-18 Thread Phil Sutter
Analogous to libnftnl's build system, define libnftables interface version in a variable in Make_global.am. Suggested-by: Pablo Neira Ayuso Signed-off-by: Phil Sutter --- Make_global.am | 21 + src/Makefile.am | 4 +++- 2 files changed, 24 insertions(+), 1 deletion(-)