summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac.pc.in
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-05-18 16:38:38 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-08-01 12:18:33 -0400
commit600f24749008caaf03adbfa6bc5cf65a806f0b92 (patch)
tree606b1ed9f2df47018dcdc6b622b7d12b59ee451f /src/providers/ipa/ipa_hbac.pc.in
parent34036e5d7b3e4abecff0a697938c36eb1d2a3d17 (diff)
downloadsssd_unused-600f24749008caaf03adbfa6bc5cf65a806f0b92.tar.gz
sssd_unused-600f24749008caaf03adbfa6bc5cf65a806f0b92.tar.xz
sssd_unused-600f24749008caaf03adbfa6bc5cf65a806f0b92.zip
Add HBAC evaluator and tests
Diffstat (limited to 'src/providers/ipa/ipa_hbac.pc.in')
-rw-r--r--src/providers/ipa/ipa_hbac.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_hbac.pc.in b/src/providers/ipa/ipa_hbac.pc.in
new file mode 100644
index 00000000..9d799e85
--- /dev/null
+++ b/src/providers/ipa/ipa_hbac.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: ipa_hbac
+Description: FreeIPA HBAC Evaluator library
+Version: @VERSION@
+Libs: -L$(libdir) -lipa_hbac
+Cflags:
+URL: http://fedorahosted.org/sssd/