]> gitweb.michael.orlitzky.com - apply-default-acl.git/blob - 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
1 lib_LTLIBRARIES = libadacl.la
2 libadacl_la_SOURCES = libadacl.c libadacl.h
3 libadacl_la_LIBADD = -lacl
4 include_HEADERS = libadacl.h
5
6 # The apply_default_acl_ex() function was dropped in v0.2.0,
7 # and the "recursive" parameter was added in v0.3.0.
8 libadacl_la_LDFLAGS = -version-info 2:0:0
9
10 bin_PROGRAMS = apply-default-acl
11 apply_default_acl_LDADD = libadacl.la