diff options
author | Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> | 2008-08-13 16:29:31 -0500 |
---|---|---|
committer | Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> | 2008-08-13 16:29:31 -0500 |
commit | 436d8816a9b128441f75ede1109c948038b08aad (patch) | |
tree | b98d1ee156d10a72521253f1facd25a864ee0c07 /tests/Makefile.am | |
parent | 633cd4486ec59f18a76b68026cd901f9d163567a (diff) |
Fix boost unit test detection
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
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@ |