diff options
author | Michele Calgaro <[email protected]> | 2016-03-16 10:46:21 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-03-16 10:46:21 +0100 |
commit | 5207ad8904c322cfe04ffb0d2ecb011ca4444dd3 (patch) | |
tree | 7a5caaa7e45e80d66ecc55e0f84c67f04bd0175a /acl-updater/plugin/Makefile.am | |
parent | e850ed29f0767f07eb8b18ee6271cd6f5aa514c8 (diff) | |
download | kcmldapcontroller-5207ad8904c322cfe04ffb0d2ecb011ca4444dd3.tar.gz kcmldapcontroller-5207ad8904c322cfe04ffb0d2ecb011ca4444dd3.zip |
Fix krb5 library detection. This resolves FTBFS with heimdal-krb5.
Based on similar patch for libraries/libtdeldap from Slavek Banko.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'acl-updater/plugin/Makefile.am')
-rw-r--r-- | acl-updater/plugin/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acl-updater/plugin/Makefile.am b/acl-updater/plugin/Makefile.am index ea1c02a..e0a1924 100644 --- a/acl-updater/plugin/Makefile.am +++ b/acl-updater/plugin/Makefile.am @@ -1,7 +1,7 @@ -INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde -I$(top_srcdir) +INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde -I$(top_srcdir) $(KRB5_CFLAGS) lib_LTLIBRARIES = slapi-acl-manager.la slapi_acl_manager_la_SOURCES = interface.c plugin.cpp plugin.h slapi_acl_manager_la_LIBADD = -ltqt-mt -ltdeldap -slapi_acl_manager_la_LDFLAGS = -module -avoid-version $(all_libraries)
\ No newline at end of file +slapi_acl_manager_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KRB5_LIBS)
\ No newline at end of file |