diff options
author | gregory guy <[email protected]> | 2020-08-27 16:26:49 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-08-29 15:34:39 +0900 |
commit | d1571dea2aac285280c35383f79cda03cdcb913f (patch) | |
tree | 4fb2b0325739d4ea5021711661931e7e07c6097a /src/sources | |
parent | a4e0262b214c035df0fa1808192e332806396265 (diff) | |
download | kima-d1571dea2aac285280c35383f79cda03cdcb913f.tar.gz kima-d1571dea2aac285280c35383f79cda03cdcb913f.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty file NEWS.
Rework of the README file (splitted with the FAQ).
Add FAQ file.
Rework of the desktop file.
Few cosmetics here and there.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit c4ba990dcc1531424959545520236b033847905b)
Diffstat (limited to 'src/sources')
-rw-r--r-- | src/sources/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/sources/Makefile.am b/src/sources/Makefile.am deleted file mode 100644 index ed4262e..0000000 --- a/src/sources/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src/cpufreqd -I$(top_srcdir)/src/sources $(all_includes) -METASOURCES = AUTO -libsources_la_LDFLAGS = $(all_libraries) -libsources_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) -noinst_LTLIBRARIES = libsources.la -libsources_la_SOURCES = acpithermalsrc.cpp batterysrc.cpp cpuinfofreqsrc.cpp \ - hddtempsrc.cpp hwmonfansrc.cpp hwmonthermalsrc.cpp i8ksrc.cpp ibmacpifansrc.cpp \ - ibmacpithermalsrc.cpp ibmhdaps.cpp ibookg4thermalsrc.cpp labelsource.cpp labelsourcePrefs.ui \ - nvidiathermalsrc.cpp omnibookthermalsrc.cpp source.cpp sourceprefs.ui \ - sysfreqsrc.cpp threadedtrigger.cpp triggeredsource.cpp updateevent.cpp \ - uptimesrc.cpp - -noinst_HEADERS = acpithermalsrc.h batterysrc.h cpuinfofreqsrc.h hddtempsrc.h \ - hwmonfansrc.h hwmonthermalsrc.h i8ksrc.h ibmacpifansrc.h ibmacpithermalsrc.h \ - ibmhdaps.h ibookg4thermalsrc.h labelsource.h nvidiathermalsrc.h \ - omnibookthermalsrc.h source.h sysfreqsrc.h \ - threadedtrigger.h triggeredsource.h updateevent.h uptimesrc.h - -AM_CXXFLAGS = @nvcontrol_CFLAGS@ -LIBS += @nvcontrol_LIBS@ |