summaryrefslogtreecommitdiffstats
path: root/cert-updater
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2016-03-16 10:46:21 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2016-03-16 10:46:21 +0100
commit5207ad8904c322cfe04ffb0d2ecb011ca4444dd3 (patch)
tree7a5caaa7e45e80d66ecc55e0f84c67f04bd0175a /cert-updater
parente850ed29f0767f07eb8b18ee6271cd6f5aa514c8 (diff)
downloadkcmldapcontroller-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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'cert-updater')
-rw-r--r--cert-updater/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cert-updater/Makefile.am b/cert-updater/Makefile.am
index 7b9c261..bf6707a 100644
--- a/cert-updater/Makefile.am
+++ b/cert-updater/Makefile.am
@@ -1,10 +1,10 @@
-INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde
+INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde $(KRB5_CFLAGS)
bin_PROGRAMS = primaryrccertupdater
primaryrccertupdater_SOURCES = main.cpp
primaryrccertupdater_METASOURCES = AUTO
-primaryrccertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap
+primaryrccertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS)
KDE_OPTIONS = nofinal \ No newline at end of file