diff options
author | gregory guy <[email protected]> | 2020-05-23 16:27:39 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-24 20:59:19 +0900 |
commit | 6b3af72b6ea867ffc0a20affe6af026bda95249b (patch) | |
tree | d8f3a07bb73e4f3d5e6d9946589bccd41dcf7845 /cert-updater | |
parent | 28d57874e8af582d9fdcec82b266dbc0e071295d (diff) | |
download | kcmldap-6b3af72b6ea867ffc0a20affe6af026bda95249b.tar.gz kcmldap-6b3af72b6ea867ffc0a20affe6af026bda95249b.zip |
Drop automake build support.
Delete empty folder doc.
Write basic cmake build instructions and README file.
Delete empty files ChangeLog, NEWS and TODO.
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit a5fed6d68f73d4c4ba721c90d6ef2ba386876375)
Diffstat (limited to 'cert-updater')
-rw-r--r-- | cert-updater/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cert-updater/Makefile.am b/cert-updater/Makefile.am deleted file mode 100644 index 94dcd2b..0000000 --- a/cert-updater/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde - -bin_PROGRAMS = tdeldapcertupdater - -tdeldapcertupdater_SOURCES = main.cpp - -tdeldapcertupdater_METASOURCES = AUTO -tdeldapcertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap - -KDE_OPTIONS = nofinal |