summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-05-14 15:04:38 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-05-14 11:25:32 -0400
commitf39b4b2fd57c0ea4cf2f90b511f2cbce37723ef0 (patch)
tree8687847fb21f8082ee6a4f58a05fa480b389b5ff /Makefile.am
parentc51a204a40b8f85f7f525edb3e24520916d8b9c7 (diff)
downloadsssd-f39b4b2fd57c0ea4cf2f90b511f2cbce37723ef0.tar.gz
sssd-f39b4b2fd57c0ea4cf2f90b511f2cbce37723ef0.tar.xz
sssd-f39b4b2fd57c0ea4cf2f90b511f2cbce37723ef0.zip
Fix libsss_hbac library version
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e13a9777..e238b3538 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -492,7 +492,7 @@ libipa_hbac_la_SOURCES = \
src/providers/ipa/hbac_evaluator.c \
src/util/sss_utf8.c
libipa_hbac_la_LDFLAGS = \
- -version 1:0:1 \
+ -version-info 0:1:0 \
$(UNICODE_LIBS)
dist_pkgconfig_DATA += src/lib/idmap/sss_idmap.pc