Actually do lib versioning too!

This commit is contained in:
Willem Toorop 2016-07-14 16:24:02 +02:00
parent f685a0c8b8
commit d67507fff8
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ GETDNS_COMPILATION_COMMENT="AC_PACKAGE_NAME $GETDNS_VERSION configured on $CURRE
# getdns-0.9.0 had libversion 5:0:4 # getdns-0.9.0 had libversion 5:0:4
# getdns-1.0.0 will have libversion 5:1:4 # getdns-1.0.0 will have libversion 5:1:4
# #
GETDNS_LIBVERSION=5:0:4 GETDNS_LIBVERSION=5:1:4
AC_SUBST(GETDNS_COMPILATION_COMMENT) AC_SUBST(GETDNS_COMPILATION_COMMENT)
AC_SUBST(GETDNS_LIBVERSION) AC_SUBST(GETDNS_LIBVERSION)