diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0242555..a8ab774 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,15 +2,15 @@ INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde METASOURCES = AUTO # Install this plugin in the KDE modules directory -kde_module_LTLIBRARIES = kcm_ldap.la +kde_module_LTLIBRARIES = kcm_ldapbonding.la -kcm_ldap_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_ldap_la_LIBADD = -lkio $(LIB_TDEUI) -ltdeldap -kcm_ldap_la_LDFLAGS = -avoid-version -module -no-undefined \ +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_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) -xdg_apps_DATA = ldap.desktop +xdg_apps_DATA = ldapbonding.desktop messages: rc.cpp |