summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-06-02 10:54:37 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-06-02 11:06:20 -0400
commit46d28f027cbd182973c7efff35f978f97919f8c2 (patch)
treec71f16122423c5776a47a39325eb5f4a6811a573
parent044ea5762423f930151306a1596aaf686d64845d (diff)
downloadsssd-46d28f027cbd182973c7efff35f978f97919f8c2.tar.gz
sssd-46d28f027cbd182973c7efff35f978f97919f8c2.tar.xz
sssd-46d28f027cbd182973c7efff35f978f97919f8c2.zip
Fix typo in Makefile
Caused the kerberos provider to not use the kernel keyring
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b83523255..0b53d039f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -789,7 +789,7 @@ libsss_krb5_la_CFLAGS = \
$(DHASH_CFLAGS)
libsss_krb5_la_LIBADD = \
$(DHASH_LIBS) \
- $(KEYUITLS_LIB) \
+ $(KEYUTILS_LIB) \
$(KRB5_LIBS)
libsss_krb5_la_LDFLAGS = \
-version-info 1:0:0 \