summaryrefslogtreecommitdiff
path: root/debugger/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/Makefile.am')
-rw-r--r--debugger/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/debugger/Makefile.am b/debugger/Makefile.am
index 9d231d3f..ceaab6f8 100644
--- a/debugger/Makefile.am
+++ b/debugger/Makefile.am
@@ -6,7 +6,8 @@ noinst_PROGRAMS = debug_rdata
AM_CPPFLAGS = \
-I$(top_srcdir) \
- -I$(top_srcdir)/lib
+ -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/include/drm-uapi
AM_CFLAGS = \
$(DRM_CFLAGS) \