You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
819 B
20 lines
819 B
INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde
|
|
METASOURCES = AUTO
|
|
SUBDIRS = primaryrealmwizard secondaryrealmwizard
|
|
|
|
# Install this plugin in the KDE modules directory
|
|
kde_module_LTLIBRARIES = kcm_ldapcontroller.la
|
|
|
|
kcm_ldapcontroller_la_SOURCES = ldapcontroller.cpp ldapcontrollerconfigbase.ui processingdialog.cpp sha1.cc multimasterreplicationconfigbase.ui multimasterreplicationconfigdlg.cpp
|
|
kcm_ldapcontroller_la_LIBADD = primaryrealmwizard/libprimaryrealmwizard.la secondaryrealmwizard/libsecondaryrealmwizard.la $(LIB_TDEIO) $(LIB_TDEUI) -ltdeldap
|
|
kcm_ldapcontroller_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
|
|
|
|
|
|
xdg_apps_DATA = ldapcontroller.desktop
|
|
|
|
|
|
messages: rc.cpp
|
|
$(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmldapcontroller.pot
|
|
|