summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/system
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/system
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/system')
-rw-r--r--ksystemlog/src/system/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/ksystemlog/src/system/Makefile.am b/ksystemlog/src/system/Makefile.am
deleted file mode 100644
index bd7cf60..0000000
--- a/ksystemlog/src/system/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/ksystemlog/src -I$(top_builddir)/ksystemlog/src/config $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libksystemlog_system.la
-libksystemlog_system_la_LDFLAGS = $(all_libraries)
-libksystemlog_system_la_SOURCES = systemOptions.cpp systemReader.cpp
-noinst_HEADERS = systemOptions.h systemReader.h