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-03-04 15:54:35 +0000
commitaf7e11de69690e465e30632e546771ee3c3bdce7 (patch)
tree42d0aab4b2a99318f9cd99656ce6d047b26ef387
parent191c85976d7f924de781ac4d9ad8a73b034493bf (diff)
build: Add CAIRO_FLAGS to the debugger compilation
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 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)