From 9048aa1974aee567617220f9685ad115be0cbae7 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 26 Mar 2014 22:57:52 +0100 Subject: [PATCH] tools/quick_dump: re-apply ducttape Someone with actual automake-fu really needs to fix this up for real since compiling a bunch of source files again, with broken dep tracking even just because we can't link against a .la somehow really isn't too awesome. Signed-off-by: Daniel Vetter --- tools/quick_dump/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am index ca26993..4787af3 100644 --- a/tools/quick_dump/Makefile.am +++ b/tools/quick_dump/Makefile.am @@ -32,3 +32,5 @@ EXTRA_DIST = \ quick_dump.py \ reg_access.py \ chipset.i chipset.py + +AM_CFLAGS = $(CAIRO_CFLAGS) -- 2.7.4