blob: 3b81871badc4427671d8e4da9ca3488aca5f1e32 (
plain)
1
2
3
4
5
6
7
8
|
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
|