summaryrefslogtreecommitdiffstats
path: root/cert-updater
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2016-03-15 20:11:53 +0100
committerMichele Calgaro <[email protected]>2016-03-15 20:11:53 +0100
commitd2fb5b21a9951e0c0cd1a03c99ac75aebba03e31 (patch)
treee8f460134f4b069784e4c451396b3a6f77e8c05f /cert-updater
parentca9a0f9a973e6c93e2918826bdaabf27451a7d89 (diff)
downloadkcmldap-d2fb5b21a9951e0c0cd1a03c99ac75aebba03e31.tar.gz
kcmldap-d2fb5b21a9951e0c0cd1a03c99ac75aebba03e31.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 '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 94dcd2b..6053b31 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 = tdeldapcertupdater
tdeldapcertupdater_SOURCES = main.cpp
tdeldapcertupdater_METASOURCES = AUTO
-tdeldapcertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap
+tdeldapcertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS)
KDE_OPTIONS = nofinal