summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2010-11-03 13:36:37 -0700
committerSam Roberts <vieuxtech@gmail.com>2010-11-03 13:36:37 -0700
commitec4c9f9e6cf804bafb61813b448b7ce56cd68154 (patch)
treec97979cb121be6a66126f2752870294c3817c8dc
parent6865519afd542839a54cbcaf8048c4807897c9bb (diff)
downloadlibnet-ec4c9f9e6cf804bafb61813b448b7ce56cd68154.tar.gz
Corrected the .so version information.
-rw-r--r--libnet/src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/libnet/src/Makefile.am b/libnet/src/Makefile.am
index 425aeea..92b5665 100644
--- a/libnet/src/Makefile.am
+++ b/libnet/src/Makefile.am
@@ -62,7 +62,6 @@ libnet_la_SOURCES = libnet_asn1.c \
libnet_write.c
libnet_la_LIBADD = @LTLIBOBJS@
-libnet_la_LDFLAGS = -version-info 8:0:6 -Wl
# Note: this version-info should NOT simply be the version of the libnet
# package. See:
@@ -80,5 +79,7 @@ libnet_la_LDFLAGS = -version-info 8:0:6 -Wl
# 1.1.2.1-fork is 5:0:4
# 1.1.3 will be 6:0:5 -> new interfaces, backwards compatible
# 1.1.4 was 6:0:5 -> probably an error on my part
-# 1.1.5 is 8:0:6 -> leaves the hole where 1.1.4 should have been
+# 1.1.5 is 7:0:6 -> new APIs, backwards compat
+
+libnet_la_LDFLAGS = -version-info 7:0:6 -Wl