|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
|
|
# Install this plugin in the KDE modules directory
|
|
|
|
|
kde_module_LTLIBRARIES = kcm_ldap.la
|
|
|
|
|
|
|
|
|
|
kcm_ldap_la_SOURCES = ldap.cpp ldapconfigbase.ui realmpropertiesdialog.cpp bondintropage.cpp bondintropagedlg.ui bondrealmpage.cpp bondrealmpagedlg.ui bondfinishpage.cpp bondfinishpagedlg.ui bondwizard.cpp ldappasswddlg.cpp
|
|
|
|
|
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)
|
|
|
|
|
kcm_ldap_la_LDFLAGS = -avoid-version -module -no-undefined \
|
|
|
|
|
$(all_libraries)
|
|
|
|
|