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 <damien.lespiau@intel.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky
2013-02-07 08:28:14 -08:00
parent 1f2e037e8f
commit 1cce7eb21b
2 changed files with 16 additions and 5 deletions
+2
View File
@@ -1,4 +1,6 @@
if HAVE_DUMPER
SUBDIRS = quick_dump
endif
bin_PROGRAMS = \
intel_disable_clock_gating \