diff options
author | Timothy Pearson <[email protected]> | 2013-01-28 10:22:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-28 10:22:20 -0600 |
commit | 59135873f69d43fbf652772e3e2f361cea1a2ba7 (patch) | |
tree | 5934078c901d1a28ce331be7eceec410c4a1e199 | |
parent | 819a22811e7148c520c175c4921e177ad70ff838 (diff) | |
download | kcmldapmanager-59135873f69d43fbf652772e3e2f361cea1a2ba7.tar.gz kcmldapmanager-59135873f69d43fbf652772e3e2f361cea1a2ba7.zip |
Fix up remaining references to -lkio
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 556ceee..6f0e15e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_ldapmanager.la kcm_ldapmanager_la_SOURCES = ldapmgr.cpp ldapconfigbase.ui userconfigbase.ui groupconfigbase.ui serviceconfigbase.ui userconfigdlg.cpp groupconfigdlg.cpp serviceconfigdlg.cpp -kcm_ldapmanager_la_LIBADD = -lkio $(LIB_TDEUI) -lldap -ltdeldap +kcm_ldapmanager_la_LIBADD = -ltdeio $(LIB_TDEUI) -lldap -ltdeldap kcm_ldapmanager_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) |