From af7e11de69690e465e30632e546771ee3c3bdce7 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 14 Jan 2013 23:25:14 +0000 Subject: [PATCH] build: Add CAIRO_FLAGS to the debugger compilation The library in lib/ exposes in its main header and thus users must be able to include it. --- debugger/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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)