diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-28 17:54:58 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-28 17:54:58 +0100 |
commit | 4fdca96066e36cb4d41019e58c8387e0a5e0f2f5 (patch) | |
tree | 3837328db230289744ed4c44e7b0b94c334b091e | |
parent | e599ff443cdcd90399666dc75226d73a943cc89f (diff) |
tools/quick_dump: Fix make distcheck
Someone really needs to fix this Makefile ...
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r-- | tools/quick_dump/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |