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 | 4cebe43d8eb0a0c7609b2fc6404d435e190228d5 (patch) | |
tree | 2109dd4a67ccec67eb8c9e23364f61e38bb063f3 | |
parent | 4c137406cd8dce63253006c1c0820b6ae4d8723e (diff) | |
download | kcmldap-4cebe43d8eb0a0c7609b2fc6404d435e190228d5.tar.gz kcmldap-4cebe43d8eb0a0c7609b2fc6404d435e190228d5.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 a8ab774..25bf1c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_ldapbonding.la kcm_ldapbonding_la_SOURCES = ldapbonding.cpp ldapconfigbase.ui realmpropertiesdialog.cpp bondintropage.cpp bondintropagedlg.ui bondrealmpage.cpp bondrealmpagedlg.ui bondfinishpage.cpp bondfinishpagedlg.ui bondwizard.cpp ldappasswddlg.cpp -kcm_ldapbonding_la_LIBADD = -lkio $(LIB_TDEUI) -ltdeldap +kcm_ldapbonding_la_LIBADD = -ltdeio $(LIB_TDEUI) -ltdeldap kcm_ldapbonding_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) |