]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - src/Makefile.am
autotools: bump the package and library versions to v0.3.0 and v2.0.0.
[apply-default-acl.git] / src / Makefile.am
index 0aa6054229ea53f402a224bdd9c08d92bf4865c4..94a4c1d9b3a232d732235878fb734c1504a3dc2c 100644 (file)
@@ -3,8 +3,9 @@ libadacl_la_SOURCES = libadacl.c libadacl.h
 libadacl_la_LIBADD = -lacl
 include_HEADERS = libadacl.h
 
-# The apply_default_acl_ex() function was dropped in v0.2.0.
-libadacl_la_LDFLAGS = -version-info 1:0:0
+# The apply_default_acl_ex() function was dropped in v0.2.0,
+# and the "recursive" parameter was added in v0.3.0.
+libadacl_la_LDFLAGS = -version-info 2:0:0
 
 bin_PROGRAMS = apply-default-acl
 apply_default_acl_LDADD = libadacl.la