From 1cce7eb21b0d78bf8a8848ad1698309f683b9d9d Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Thu, 7 Feb 2013 08:28:14 -0800 Subject: quick_dump: Give dumper an AM_CONDITIONAL It may sometimes be undesirable to build or install the quick dumper. This was requested by Damien. Signed-off-by: Damien Lespiau Signed-off-by: Ben Widawsky --- tools/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index 60889190..bb3328f1 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,4 +1,6 @@ +if HAVE_DUMPER SUBDIRS = quick_dump +endif bin_PROGRAMS = \ intel_disable_clock_gating \ -- cgit v1.2.3