summaryrefslogtreecommitdiffstats
path: root/src/sources
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-08-27 16:26:49 +0200
committergregory guy <[email protected]>2020-08-27 16:26:49 +0200
commitc4ba990dcc1531424959545520236b033847905b (patch)
tree72a5aebb90ac7b5b4fe8c36b01de6a39b811b2d2 /src/sources
parent68b2f0b3399d8fa48b48e490b01279cd9b580c69 (diff)
downloadkima-c4ba990dcc1531424959545520236b033847905b.tar.gz
kima-c4ba990dcc1531424959545520236b033847905b.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]>
Diffstat (limited to 'src/sources')
-rw-r--r--src/sources/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/sources/Makefile.am b/src/sources/Makefile.am
deleted file mode 100644
index 7ca0271..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_TQT) $(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@