summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-07-25 13:53:12 +0100
committerThomas Wood <thomas.wood@intel.com>2014-07-25 14:46:51 +0100
commitfcbc5028aef6a8691c87d9153c93246f7904e307 (patch)
tree9d35455f84c6e1831d07062b7d92551763ef7c13
parent57bd86068a319b218796d0bea92258b44ee143a0 (diff)
quick_dump: fix distcheck
version.h is now generated in the libs directory, so make sure it is correctly included in the compiler flags. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
-rw-r--r--tools/quick_dump/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am
index 2d1685ba9..89ac52024 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) -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib $(PYTHON_CPPFLAGS) $(DRM_CFLAGS) $(CAIRO_CFLAGS) -I$(top_srcdir)
BUILT_SOURCES = chipset_wrap_python.c