From a341cb5a98e3eadd5ccb47f9b1e696cb52f7ce9e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 16 Sep 2008 13:07:12 +0100 Subject: [Makefile.am] Add CAIRO_LIBS to check-link. With --enable-gcov, make check aborts with gcov errors on check-link - it appears that -lgcov is magic and requires explicit invovation on the command-line. --- boilerplate/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boilerplate') diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am index 22f66a89..9d27fd96 100644 --- a/boilerplate/Makefile.am +++ b/boilerplate/Makefile.am @@ -53,4 +53,4 @@ TESTS += check-link$(EXEEXT) endif check_PROGRAMS += check-link -check_link_LDADD = libcairoboilerplate.la +check_link_LDADD = libcairoboilerplate.la $(CAIRO_LIBS) -- cgit v1.2.3