From be76712dba7581a2b8b07df7654bf02654549361 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 21 Feb 2016 16:40:29 +0100 Subject: Fix tests. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 62e42824..739d9705 100644 --- a/Makefile.am +++ b/Makefile.am @@ -171,6 +171,7 @@ textbox_test_CFLAGS=\ $(pango_CFLAGS)\ $(x11_CFLAGS)\ $(xinerama_CFLAGS)\ + $(GW_XCB_CFLAGS)\ $(cairo_CFLAGS)\ -I$(top_srcdir)/include/\ -I$(top_srcdir)/config/\ @@ -181,6 +182,7 @@ textbox_test_LDADD=\ $(pango_LIBS)\ $(x11_LIBS)\ $(xinerama_LIBS)\ + $(GW_XCB_LIBS)\ $(cairo_LIBS) textbox_test_SOURCES=\ -- cgit v1.2.3