diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-27 16:26:49 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-27 16:26:49 +0200 |
commit | c4ba990dcc1531424959545520236b033847905b (patch) | |
tree | 72a5aebb90ac7b5b4fe8c36b01de6a39b811b2d2 /src/cpufreqd | |
parent | 68b2f0b3399d8fa48b48e490b01279cd9b580c69 (diff) | |
download | kima-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 <gregory-tde@laposte.net>
Diffstat (limited to 'src/cpufreqd')
-rw-r--r-- | src/cpufreqd/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cpufreqd/Makefile.am b/src/cpufreqd/Makefile.am deleted file mode 100644 index 3b81871..0000000 --- a/src/cpufreqd/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src/cpufreqd -I$(top_srcdir)/src/sources $(all_includes) -METASOURCES = AUTO -libcpufreqd_la_LDFLAGS = $(all_libraries) -noinst_LTLIBRARIES = libcpufreqd.la -libcpufreqd_la_SOURCES = cpufreqd.cpp cpufreqdconnection.cpp \ - cpufreqdprofile.cpp -noinst_HEADERS = cpufreqd.h cpufreqdconnection.h cpufreqdprofile.h cpufreqd.h \ - cpufreqdconnection.h cpufreqdprofile.h |