aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-08-22 05:34:12 +0000
committerMike Buland <eichlan@xagasoft.com>2010-08-22 05:34:12 +0000
commit611f1c821f9d882f935ac62b0c566d4988f26d1c (patch)
tree91e69a124cbff0862a8b2f4899d253455a40eaa3 /default.bld
parent7f17eeb7fccd52b7049f9f598121130dfd1b55ae (diff)
downloadlibbu++-611f1c821f9d882f935ac62b0c566d4988f26d1c.tar.gz
libbu++-611f1c821f9d882f935ac62b0c566d4988f26d1c.tar.bz2
libbu++-611f1c821f9d882f935ac62b0c566d4988f26d1c.tar.xz
libbu++-611f1c821f9d882f935ac62b0c566d4988f26d1c.zip
Bu::StreamStack works, it's tested, reasonably, it will be used first in the
gats project in Gats::ProtocolGats.
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld
index cb5a4d9..857e988 100644
--- a/default.bld
+++ b/default.bld
@@ -97,7 +97,7 @@ target files("src/tests/*.cpp").replace("src/","").replace(".cpp","")
97 97
98// Some tests need extra libs and whatnot, that goes here. 98// Some tests need extra libs and whatnot, that goes here.
99 99
100target "tests/bzip2" 100target ["tests/bzip2", "tests/streamstack"]
101{ 101{
102 LDFLAGS += "-lbz2"; 102 LDFLAGS += "-lbz2";
103} 103}