summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-26 22:57:52 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-26 22:57:52 +0100
commit9048aa1974aee567617220f9685ad115be0cbae7 (patch)
tree2b49a709d50ef2db648ca4622bb246fecf51ca25 /tools
parent961a46c82b4fe558ea726833aa9d390382742a10 (diff)
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 <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools')
-rw-r--r--tools/quick_dump/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am
index ca269937..4787af3d 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)