diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-01-14 23:25:14 +0000 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2013-02-14 19:04:19 +0000 |
commit | 5e8edce34fe53d02cb923d33152746202247337f (patch) | |
tree | 03760db15f5b1fff441cffd0e2fe436500f8f533 | |
parent | 2fd8d81484ab41a761e78671b0b29c9773bcb2ab (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.am | 1 |
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) |