lib: Use @MAJ_VERSION and @MAJ_MINOR@ for -version-info
This commit is contained in:
parent
5a59cf85d1
commit
7b0d063fc1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# -*- Makefile -*-
|
||||
|
||||
AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -I${builddir}/route -I${builddir}/route/cls -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
|
||||
AM_LDFLAGS = -version-info 3:1:0
|
||||
AM_LDFLAGS = -version-info @MAJ_VERSION@:@MIN_VERSION@:0
|
||||
|
||||
lib_LTLIBRARIES = \
|
||||
libnl.la libnl-genl.la libnl-route.la libnl-nf.la
|
||||
|
|
Loading…
Add table
Reference in a new issue