From a72e9289fe001c85a17acd667ca31d692fd99605 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 29 Jul 2011 15:03:14 -0400 Subject: Add rule validator to libipa_hbac https://fedorahosted.org/sssd/ticket/943 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6647528c8..1df6d985f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -378,7 +378,7 @@ dist_pkgconfig_DATA += src/providers/ipa/ipa_hbac.pc libipa_hbac_la_SOURCES = \ src/providers/ipa/hbac_evaluator.c libipa_hbac_la_LDFLAGS = \ - -version 0:1:0 \ + -version 1:0:1 \ -lunistring include_HEADERS = \ -- cgit