summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-02-09 11:51:32 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-02-10 13:29:54 -0500
commit1e155727e7f499698c7544428865569c196a830a (patch)
tree3deae042d60635f756f5f3537da0c3cb204a8614
parent4115a5f49297e102b0ab06d28c914a9a213ceb00 (diff)
downloadsssd-1e155727e7f499698c7544428865569c196a830a.tar.gz
sssd-1e155727e7f499698c7544428865569c196a830a.tar.xz
sssd-1e155727e7f499698c7544428865569c196a830a.zip
Use curly braces in pkgconfig metadata file
-rw-r--r--src/providers/ipa/ipa_hbac.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_hbac.pc.in b/src/providers/ipa/ipa_hbac.pc.in
index 9d799e850..c0fd70d1c 100644
--- a/src/providers/ipa/ipa_hbac.pc.in
+++ b/src/providers/ipa/ipa_hbac.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: ipa_hbac
Description: FreeIPA HBAC Evaluator library
Version: @VERSION@
-Libs: -L$(libdir) -lipa_hbac
+Libs: -L${libdir} -lipa_hbac
Cflags:
URL: http://fedorahosted.org/sssd/