diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-07-18 06:45:17 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-07-18 06:45:17 +0000 |
commit | 364ded646ad4de2065cdf0a2f4282c7eaf7148e6 (patch) | |
tree | 55e1a3a7a9b8eb0a9d65477d4b4a857e267e590f /default.bld | |
parent | c9e94c513a917ab997c5f766a00e68f98a5aa6fc (diff) | |
download | libbu++-364ded646ad4de2065cdf0a2f4282c7eaf7148e6.tar.gz libbu++-364ded646ad4de2065cdf0a2f4282c7eaf7148e6.tar.bz2 libbu++-364ded646ad4de2065cdf0a2f4282c7eaf7148e6.tar.xz libbu++-364ded646ad4de2065cdf0a2f4282c7eaf7148e6.zip |
Bu::SynchroQueue had a bug, it seems to be all fixed now.
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 c1b93af..d46662c 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"] | 154 | target ["myriad", "myriadfs", "tests/myriad", "tests/myriadfs", "unit/myriad", "tests/bigmyriad", "tests/synchroqueue"] |
155 | { | 155 | { |
156 | LDFLAGS += "-lpthread"; | 156 | LDFLAGS += "-lpthread"; |
157 | } | 157 | } |