aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2013-07-18 14:34:00 -0700
committerKristen Carlson Accardi <kristen@linux.intel.com>2013-07-18 14:34:00 -0700
commit1d7fa0bc8e0c1dc9f1d431a1c86b3afaca892470 (patch)
tree51402fed9dfe6565f0b010cbaf8d68dda1b47f88
parent99121654d8956d74922a4e1eddbbbd05bf64d175 (diff)
fixes for build failures with the new rapl codev2.4
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c37356..2fb1536 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,8 +32,9 @@ powertop_SOURCES = parameters/persistent.cpp parameters/learn.cpp parameters/par
report/report-formatter-csv.cpp report/report-formatter-csv.h \
report/report-formatter-html.cpp report/report-formatter-html.h \
main.cpp css.h powertop.css cpu/intel_gpu.cpp \
- cpu/rapl/rapl_interface.cpp cpu/cpu_rapl_device.cpp \
- cpu/dram_rapl_device.cpp devices/gpu_rapl_device.cpp
+ cpu/rapl/rapl_interface.cpp cpu/cpu_rapl_device.cpp cpu/rapl/rapl_interface.h\
+ cpu/dram_rapl_device.cpp devices/gpu_rapl_device.cpp cpu/cpu_rapl_device.h \
+ cpu/dram_rapl_device.h devices/gpu_rapl_device.h
powertop_CXXFLAGS = -fno-omit-frame-pointer -fstack-protector -Wall -Wshadow -Wformat $(NCURSES_CFLAGS) $(PCIUTILS_CFLAGS) $(LIBNL_CFLAGS) $(GLIB2_CFLAGS)