diff options
author | Mike Buland <eichlan@xagasoft.com> | 2013-02-21 03:55:56 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2013-02-21 03:55:56 +0000 |
commit | 9dd51c94844bc7e5f8b1552511d31ed2c9bac05c (patch) | |
tree | 3dd505ddea45f47f2a413eba05074a9605afbe6c /default.bld | |
parent | 123434f227a963cf26f9637136bf759a824f930a (diff) | |
download | libbu++-9dd51c94844bc7e5f8b1552511d31ed2c9bac05c.tar.gz libbu++-9dd51c94844bc7e5f8b1552511d31ed2c9bac05c.tar.bz2 libbu++-9dd51c94844bc7e5f8b1552511d31ed2c9bac05c.tar.xz libbu++-9dd51c94844bc7e5f8b1552511d31ed2c9bac05c.zip |
Added the Bu::ReadWriteMutex, which is super awesome. Also made the
Bu::RandomBase::rand functions visible in the Bu::RandomCmwc class.
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld index 0985159..9babbff 100644 --- a/default.bld +++ b/default.bld | |||
@@ -151,7 +151,7 @@ target "viewcsv" | |||
151 | LDFLAGS += "-lncurses"; | 151 | LDFLAGS += "-lncurses"; |
152 | } | 152 | } |
153 | 153 | ||
154 | target ["myriad", "myriadfs", "tests/myriad", "tests/myriadfs", "unit/myriad", "tests/bigmyriad", "tests/synchroqueue"] | 154 | target ["myriad", "myriadfs", "tests/myriad", "tests/myriadfs", "unit/myriad", "tests/bigmyriad", "tests/synchroqueue", "tests/readwritemutex"] |
155 | { | 155 | { |
156 | LDFLAGS += "-lpthread"; | 156 | LDFLAGS += "-lpthread"; |
157 | } | 157 | } |