summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-05-24 16:09:10 +0200
committerMichele Calgaro <[email protected]>2020-05-26 13:48:48 +0900
commit38ac3d062ead60ca141194deac677d2299a6e961 (patch)
treef6e794d2ebebf0e96b5f5e6c5bea46217c278906 /src
parent39ca4c15885a655b68e4e432dbd13e8dc31138a9 (diff)
downloadkcmldapmanager-38ac3d062ead60ca141194deac677d2299a6e961.tar.gz
kcmldapmanager-38ac3d062ead60ca141194deac677d2299a6e961.zip
Drop automake build support.
Add basic cmake build instructions. Delete empty folder doc. Delete empty files ChangeLog, NEWS and TODO. Write basic README file. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src')
-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 e9e1805..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde $(KRB5_CFLAGS)
-METASOURCES = AUTO
-
-# Install this plugin in the KDE modules directory
-kde_module_LTLIBRARIES = kcm_ldapmanager.la
-
-kcm_ldapmanager_la_SOURCES = ldapmgr.cpp ldapconfigbase.ui userconfigbase.ui groupconfigbase.ui machineconfigbase.ui serviceconfigbase.ui userconfigdlg.cpp groupconfigdlg.cpp machineconfigdlg.cpp serviceconfigdlg.cpp
-kcm_ldapmanager_la_LIBADD = -ltdeio $(LIB_TDEUI) -lldap -ltdeldap
-kcm_ldapmanager_la_LDFLAGS = -avoid-version -module -no-undefined \
- $(all_libraries) $(KRB5_LIBS)
-
-
-xdg_apps_DATA = ldapmanager.desktop
-
-
-messages: rc.cpp
- $(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kcmldapmanager.pot
-