diff options
author | gregory guy <[email protected]> | 2020-05-24 15:22:42 +0200 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-05-25 07:04:13 +0000 |
commit | c2754a3424db7da341d1361310644cf612c2af78 (patch) | |
tree | 7b5876188d7ad7222f0cba68e99abc780c68eef1 /cert-updater | |
parent | 1a9ab7f55af8f5cb112a4a5b4d5bcc3a2478aa4f (diff) | |
download | kcmldapcontroller-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 '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 3e671a4..0000000 --- a/cert-updater/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde $(KRB5_CFLAGS) - -bin_PROGRAMS = primaryrccertupdater - -primaryrccertupdater_SOURCES = main.cpp - -primaryrccertupdater_METASOURCES = AUTO -primaryrccertupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS) - -KDE_OPTIONS = nofinal
\ No newline at end of file |