diff options
| author | Sumit Bose <sbose@redhat.com> | 2010-11-08 16:00:57 +0100 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-03 10:41:28 -0500 |
| commit | c8b8901b05da9e31dba320f305ec20301e928cfb (patch) | |
| tree | d503cc9d102a727a100dd6e599290e862f64cdb0 /Makefile.am | |
| parent | 7470bb938429c7a723f5aad971cc50a805a9ead8 (diff) | |
| download | sssd-c8b8901b05da9e31dba320f305ec20301e928cfb.tar.gz sssd-c8b8901b05da9e31dba320f305ec20301e928cfb.tar.xz sssd-c8b8901b05da9e31dba320f305ec20301e928cfb.zip | |
Add krb5_renewable_lifetime option
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6d91cf695..4a8fd599c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -531,6 +531,7 @@ krb5_utils_tests_CFLAGS = \ krb5_utils_tests_LDADD = \ $(SSSD_LIBS)\ $(CARES_LIBS) \ + $(KRB5_LIBS) \ $(CHECK_LIBS) \ libsss_test_common.la |
