]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
src/libadacl.pc.in: mention our (private) dependency on libacl. v0.4.3
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 27 May 2020 00:32:34 +0000 (20:32 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 27 May 2020 00:32:34 +0000 (20:32 -0400)
src/libadacl.pc.in

index 975912faf7f6aee1a746e986f5f0081c238b4c96..8dd7d1fc1b64d2cd3e17f695055266e2715f57f8 100644 (file)
@@ -6,5 +6,6 @@ includedir=@includedir@
 Name: libadacl
 Description: The library implementing the @PACKAGE_NAME@ algorithm
 Version: @PACKAGE_VERSION@
+Requires.private: libacl
 Libs: -L${libdir} -ladacl
 Cflags: -I${includedir}