tools/quick_dump: re-apply ducttape
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 26 Mar 2014 21:57:52 +0000 (22:57 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 26 Mar 2014 21:57:52 +0000 (22:57 +0100)
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>
tools/quick_dump/Makefile.am

index ca26993..4787af3 100644 (file)
@@ -32,3 +32,5 @@ EXTRA_DIST =  \
              quick_dump.py \
              reg_access.py \
              chipset.i chipset.py
+
+AM_CFLAGS = $(CAIRO_CFLAGS)