summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon.jongsma@collabora.co.uk>2008-08-13 16:29:31 -0500
committerJonathon Jongsma <jonathon.jongsma@collabora.co.uk>2008-08-13 16:29:31 -0500
commit436d8816a9b128441f75ede1109c948038b08aad (patch)
treeb98d1ee156d10a72521253f1facd25a864ee0c07 /tests/Makefile.am
parent633cd4486ec59f18a76b68026cd901f9d163567a (diff)
Fix boost unit test detection
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 366ccfe..7f69eb0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,4 +16,4 @@ endif
INCLUDES = -I$(top_srcdir) @CAIROMM_CFLAGS@
#The libraries that the executable needs to link against:
-LIBS = $(top_builddir)/cairomm/libcairomm-1.0.la @LIBS@ @CAIROMM_LIBS@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@
+LIBS = $(top_builddir)/cairomm/libcairomm-1.0.la @LIBS@ @CAIROMM_LIBS@ @BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB@