summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:57 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:57 +0200
commitb78cd85dce2475adbb2e588cd54a4a40874bbfd7 (patch)
tree8d946a6e319701f1549b5f1a71dc881a6e218166 /src
parentf3b70701da15efe4e28f2c32ff70dbf09e1eec98 (diff)
downloadkcmldapcontroller-b78cd85dce2475adbb2e588cd54a4a40874bbfd7.tar.gz
kcmldapcontroller-b78cd85dce2475adbb2e588cd54a4a40874bbfd7.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6265774..e0e84a3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ SUBDIRS = primaryrealmwizard secondaryrealmwizard
kde_module_LTLIBRARIES = kcm_ldapcontroller.la
kcm_ldapcontroller_la_SOURCES = ldapcontroller.cpp ldapcontrollerconfigbase.ui processingdialog.cpp sha1.cc multimasterreplicationconfigbase.ui multimasterreplicationconfigdlg.cpp
-kcm_ldapcontroller_la_LIBADD = primaryrealmwizard/libprimaryrealmwizard.la secondaryrealmwizard/libsecondaryrealmwizard.la $(LIB_KIO) $(LIB_TDEUI) -ltdeldap
+kcm_ldapcontroller_la_LIBADD = primaryrealmwizard/libprimaryrealmwizard.la secondaryrealmwizard/libsecondaryrealmwizard.la $(LIB_TDEIO) $(LIB_TDEUI) -ltdeldap
kcm_ldapcontroller_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)