summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/cron
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-09-27 14:42:30 +0200
committergregory guy <gregory-tde@laposte.net>2021-09-27 14:42:30 +0200
commitfcf99894a5c144364e48f8373f80e5a1cb133cd1 (patch)
tree64d729f4f11ae7ad04c40ee98324de3825a349c3 /ksystemlog/src/cron
parentf681eddfb8a5380a8af2f23a412d6127ba619687 (diff)
downloadksystemlog-fcf99894a5c144364e48f8373f80e5a1cb133cd1.tar.gz
ksystemlog-fcf99894a5c144364e48f8373f80e5a1cb133cd1.zip
Drop automake build support.
Add basic cmake build instructions. Rework the README file. Remove files in double, without useful info or refering to the original website (that one is long gone). Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'ksystemlog/src/cron')
-rw-r--r--ksystemlog/src/cron/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/ksystemlog/src/cron/Makefile.am b/ksystemlog/src/cron/Makefile.am
deleted file mode 100644
index a38a57b..0000000
--- a/ksystemlog/src/cron/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/ksystemlog/src -I$(top_builddir)/ksystemlog/src/config $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libksystemlog_cron.la
-libksystemlog_cron_la_LDFLAGS = $(all_libraries)
-libksystemlog_cron_la_SOURCES = cronOptions.cpp cronReader.cpp
-noinst_HEADERS = cronOptions.h cronReader.h
-