From c4ba990dcc1531424959545520236b033847905b Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 27 Aug 2020 16:26:49 +0200 Subject: 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 --- src/cpufreqd/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/cpufreqd/Makefile.am (limited to 'src/cpufreqd') 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 -- cgit v1.2.1