]> gitweb.michael.orlitzky.com - apply-default-acl.git/blob - src/libadacl.pc.in
configure.ac: "autoupdate" to autoconf-2.71.
[apply-default-acl.git] / src / libadacl.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libadacl
7 Description: The library implementing the @PACKAGE_NAME@ algorithm
8 Version: @PACKAGE_VERSION@
9 Requires.private: libacl
10 Libs: -L${libdir} -ladacl
11 Cflags: -I${includedir}