From 826937ebae068e2ebe59dd37c5f12331f09fe3b9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 27 Jul 2011 16:26:44 -0400 Subject: libipa_hbac: Support case-insensitive comparisons with UTF8 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6829788ae..6647528c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -378,7 +378,8 @@ 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:0:0 + -version 0:1:0 \ + -lunistring include_HEADERS = \ src/providers/ipa/ipa_hbac.h -- cgit