diff options
| author | gregory guy <gregory-tde@laposte.net> | 2020-05-24 16:09:10 +0200 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-26 13:51:56 +0900 |
| commit | 4954f705d2185c7a1c124e34b8a08f2ca6548355 (patch) | |
| tree | 714ac725afd19cb88e266d968f00a174970235f0 /src | |
| parent | 44e08b50646dad04fc4a46f1171034685da14b52 (diff) | |
| download | kcmldapmanager-4954f705d2185c7a1c124e34b8a08f2ca6548355.tar.gz kcmldapmanager-4954f705d2185c7a1c124e34b8a08f2ca6548355.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 <gregory-tde@laposte.net>
(cherry picked from commit 38ac3d062ead60ca141194deac677d2299a6e961)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 3dd58bb..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDES = $(all_includes) $(KDE_INCLUDES)/tde -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) - - -xdg_apps_DATA = ldapmanager.desktop - - -messages: rc.cpp - $(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kcmldapmanager.pot - |
