aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-05-25 05:42:26 +0000
committerMike Buland <eichlan@xagasoft.com>2010-05-25 05:42:26 +0000
commit286dc953c1e0e4a75589e4068e29a317a03f23dd (patch)
tree2144b0e7847222b0c6b8f6e87d8a5118e85e8b66 /default.bld
parenta0c6e974a3393642bda80fed5bce464a6c6cf2ec (diff)
downloadlibbu++-286dc953c1e0e4a75589e4068e29a317a03f23dd.tar.gz
libbu++-286dc953c1e0e4a75589e4068e29a317a03f23dd.tar.bz2
libbu++-286dc953c1e0e4a75589e4068e29a317a03f23dd.tar.xz
libbu++-286dc953c1e0e4a75589e4068e29a317a03f23dd.zip
More myriad tests and features, passes perfectly so far.
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 188d6de..15ed6fc 100644
--- a/default.bld
+++ b/default.bld
@@ -146,7 +146,7 @@ target "libbu++-r$(svnversion "-n").tar.bz2"
146rule "tarball" 146rule "tarball"
147{ 147{
148 input matches("LICENSE", "*.cpp", "*.h", "*.conf", "*.bld", "Doxyfile", 148 input matches("LICENSE", "*.cpp", "*.h", "*.conf", "*.bld", "Doxyfile",
149 "*.vim", "*.sh"); 149 "*.vim", "*.sh", "*.unit");
150 profile "build" 150 profile "build"
151 { 151 {
152 OUTDIR = OUTPUT.replace(".tar.bz2",""); 152 OUTDIR = OUTPUT.replace(".tar.bz2","");