summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2011-09-13 11:47:39 +0200
committerThomas Graf <tgraf@redhat.com>2011-09-13 11:47:39 +0200
commit7b0d063fc17a01ffb6f8b26a2edcb28e847d975e (patch)
treea1ff95657a87347cb8f3ba60708e8e7123b433d8
parent5a59cf85d1aeb8b35b128ea63df1e5bfc80e51fd (diff)
downloadlibnl-7b0d063fc17a01ffb6f8b26a2edcb28e847d975e.tar.gz
lib: Use @MAJ_VERSION and @MAJ_MINOR@ for -version-info
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index cb5403f..90c98e9 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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