summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnet/src/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/libnet/src/Makefile.am b/libnet/src/Makefile.am
index 83e65d5..bd4952f 100644
--- a/libnet/src/Makefile.am
+++ b/libnet/src/Makefile.am
@@ -58,4 +58,10 @@ libnet_la_SOURCES = libnet_asn1.c \
libnet_write.c
libnet_la_LIBADD = @LTLIBOBJS@
-libnet_la_LDFLAGS = -version-info 1:3:1 -Wl
+libnet_la_LDFLAGS = -version-info 5:0:4 -Wl
+
+# Note: this version-info should NOT simply be the version of the libnet
+# package. See:
+# http://www.sourceware.org/autobook/autobook/autobook_91.html
+# for the rules.
+