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 ceaab6f8..e3a084d2 100644
--- a/debugger/Makefile.am
+++ b/debugger/Makefile.am
@@ -7,7 +7,8 @@ noinst_PROGRAMS = debug_rdata
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
- -I$(top_srcdir)/include/drm-uapi
+ -I$(top_srcdir)/include/drm-uapi \
+ -I$(top_srcdir)/lib/stubs/syscalls
AM_CFLAGS = \
$(DRM_CFLAGS) \