gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11026: The string table code uses b


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11026: The string table code uses boost threads, and thus its test must link
Date: Mon, 08 Jun 2009 00:06:22 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11026
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Mon 2009-06-08 00:06:22 +0200
message:
  The string table code uses boost threads, and thus its test must link
  to boost libs.
modified:
  testsuite/libbase.all/Makefile.am
=== modified file 'testsuite/libbase.all/Makefile.am'
--- a/testsuite/libbase.all/Makefile.am 2009-03-04 20:30:04 +0000
+++ b/testsuite/libbase.all/Makefile.am 2009-06-07 22:06:22 +0000
@@ -83,6 +83,7 @@
 
 string_tableTest_SOURCES = string_tableTest.cpp
 string_tableTest_CPPFLAGS = -DSRCDIR="$(srcdir)"
+string_tableTest_LDFLAGS = $(BOOST_LIBS)
 
 TEST_DRIVERS = ../simple.exp
 TEST_CASES = \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]