summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-05-24 15:22:42 +0200
committerTDE Gitea <[email protected]>2020-05-25 07:04:13 +0000
commitc2754a3424db7da341d1361310644cf612c2af78 (patch)
tree7b5876188d7ad7222f0cba68e99abc780c68eef1 /src/Makefile.am
parent1a9ab7f55af8f5cb112a4a5b4d5bcc3a2478aa4f (diff)
downloadkcmldapcontroller-c2754a3424db7da341d1361310644cf612c2af78.tar.gz
kcmldapcontroller-c2754a3424db7da341d1361310644cf612c2af78.zip
Drop automake build support.
Add basic cmake build instructions. Delete empty folder doc. Delete empty files NEWS, TODO and ChangeLog. Write basic README file. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index a859966..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde $(KRB5_CFLAGS)
-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) $(KRB5_LIBS)
-
-
-xdg_apps_DATA = ldapcontroller.desktop
-
-
-messages: rc.cpp
- $(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kcmldapcontroller.pot
-