summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-05-22 14:37:19 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-05-22 15:56:29 +0200
commit662d73219976ca820f878f63b5222e22e17c6328 (patch)
treea09dfb89044211a529c4c8f37996bcc288b5b8d6 /lib/Makefile.am
parent0732cc59abc06151b8756a6890f13885cde7403b (diff)
lib: extract kmstest_create_fb
We should get more kms tests soon, and not needing to copy-paste a nice test pattern should be useful. That establishes a firm depency of i-g-t on cairo over everything, but I don't care so much about that. Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f9d6167d..917a1147 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -29,3 +29,5 @@ libintel_tools_la_SOURCES = \
intel_reg_map.c \
$(NULL)
+LDADD = $(CAIRO_LIBS)
+AM_CFLAGS += $(CAIRO_CFLAGS)