diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 19:54:13 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 19:54:13 +0000 |
commit | da7847adb43726079c7a4be1f06acbebe0bdde57 (patch) | |
tree | 0138139a2d4a3a213319cc5e23e409b90a9fcc6b /src/cpufreqd/Makefile.am | |
download | kima-da7847adb43726079c7a4be1f06acbebe0bdde57.tar.gz kima-da7847adb43726079c7a4be1f06acbebe0bdde57.zip |
Added old abandoned KDE3 version of Kima
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1088422 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/cpufreqd/Makefile.am')
-rw-r--r-- | src/cpufreqd/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpufreqd/Makefile.am b/src/cpufreqd/Makefile.am new file mode 100644 index 0000000..3b81871 --- /dev/null +++ b/src/cpufreqd/Makefile.am @@ -0,0 +1,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 |