Fix conflict with existing ldap joiner module

pull/1/head
Timothy Pearson 13 years ago
parent 15cbe6d943
commit 37b408928e

@ -2,18 +2,18 @@ INCLUDES = $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
# Install this plugin in the KDE modules directory # Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = kcm_ldap.la kde_module_LTLIBRARIES = kcm_ldapmanager.la
kcm_ldap_la_SOURCES = ldap.cpp ldapconfigbase.ui kcm_ldapmanager_la_SOURCES = ldap.cpp ldapconfigbase.ui
kcm_ldap_la_LIBADD = -lkio $(LIB_TDEUI) kcm_ldapmanager_la_LIBADD = -lkio $(LIB_TDEUI)
kcm_ldap_la_LDFLAGS = -avoid-version -module -no-undefined \ kcm_ldapmanager_la_LDFLAGS = -avoid-version -module -no-undefined \
$(all_libraries) $(all_libraries)
xdg_apps_DATA = ldap.desktop xdg_apps_DATA = ldapmanager.desktop
messages: rc.cpp messages: rc.cpp
$(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp $(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmldap.pot $(XGETTEXT) *.cpp -o $(podir)/kcmldapmanager.pot

@ -1,17 +1,17 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Exec=kcmshell ldap Exec=kcmshell ldapmanager
Icon=tdmconfig Icon=tdmconfig
Type=Application Type=Application
X-KDE-ModuleType=Library X-KDE-ModuleType=Library
X-KDE-Library=ldap X-KDE-Library=ldapmanager
X-KDE-HasReadOnlyMode=false X-KDE-HasReadOnlyMode=false
X-KDE-ParentApp=kcontrol X-KDE-ParentApp=kcontrol
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Comment=A KControl tool for managing TDE connections to LDAP realms. Comment=A KControl tool for managing users, groups, and machines in LDAP realms
Keywords=ldap manager Keywords=ldap manager
Name=LDAP Realm Manager Name=LDAP Realm Manager
Categories=Qt;KDE;X-KDE-settings-components; Categories=Qt;KDE;X-KDE-settings-components;
Loading…
Cancel
Save