From 1d7fa0bc8e0c1dc9f1d431a1c86b3afaca892470 Mon Sep 17 00:00:00 2001 From: Kristen Carlson Accardi Date: Thu, 18 Jul 2013 14:34:00 -0700 Subject: fixes for build failures with the new rapl code --- src/Makefile.am | 5 +++-- 1 file 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) -- cgit v1.2.3