summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-01-14 23:25:14 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2013-01-15 09:49:27 +0000
commitf5709344be8470d665cb9dcc13a6a7d462cbf538 (patch)
tree372e66c21067d0c8d015698e14c04dfc01cd97ef
parent6a1cde4cb21bd2e9d207a3e598023576d2c559ed (diff)
build: Add CAIRO_FLAGS to the debugger compilationassembler
The library in lib/ exposes <cairo.h> in its main header and thus users must be able to include it.
-rw-r--r--debugger/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/debugger/Makefile.am b/debugger/Makefile.am
index d76e2ac..f1e49b9 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)