]> gitweb.michael.orlitzky.com - apply-default-acl.git/blob - src/Makefile.am
autotools: bump the package and library versions to v0.2.0 and v1.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 libadacl_la_LDFLAGS = -version-info 1:0:0
8
9 bin_PROGRAMS = apply-default-acl
10 apply_default_acl_LDADD = libadacl.la