diff options
Diffstat (limited to 'debugger')
-rw-r--r-- | debugger/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debugger/Makefile.am b/debugger/Makefile.am index d76e2ac6..f1e49b92 100644 --- a/debugger/Makefile.am +++ b/debugger/Makefile.am @@ -11,6 +11,7 @@ AM_CPPFLAGS = \ AM_CFLAGS = \ $(DRM_CFLAGS) \ $(PCIACCESS_CFLAGS) \ + $(CAIRO_CFLAGS) \ $(CWARNFLAGS) LDADD = $(top_builddir)/lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS) $(CAIRO_LIBS) |