diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-07-27 16:26:44 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-07-29 10:13:26 -0400 |
commit | 826937ebae068e2ebe59dd37c5f12331f09fe3b9 (patch) | |
tree | 2710b8f1e3cfbcb139d6a35910c4b0c719f11ef5 /Makefile.am | |
parent | d6354aa46716751a41ddab86bc64c1c7c218c5cc (diff) | |
download | sssd-826937ebae068e2ebe59dd37c5f12331f09fe3b9.tar.gz sssd-826937ebae068e2ebe59dd37c5f12331f09fe3b9.tar.xz sssd-826937ebae068e2ebe59dd37c5f12331f09fe3b9.zip |
libipa_hbac: Support case-insensitive comparisons with UTF8
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |