From 4fdca96066e36cb4d41019e58c8387e0a5e0f2f5 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 28 Mar 2014 17:54:58 +0100 Subject: [PATCH] tools/quick_dump: Fix make distcheck Someone really needs to fix this Makefile ... Signed-off-by: Daniel Vetter --- tools/quick_dump/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am index 7e0be567..468dd453 100644 --- a/tools/quick_dump/Makefile.am +++ b/tools/quick_dump/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/lib $(PYTHON_CPPFLAGS) $(DRM_CFLAGS) $(CAIRO_CFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/lib $(PYTHON_CPPFLAGS) $(DRM_CFLAGS) $(CAIRO_CFLAGS) -I$(top_srcdir) BUILT_SOURCES = chipset_wrap_python.c