Commit 337bdb10 by Konstantin Käfer

don't compile non-existent file

parent 3ad3bb76
...@@ -38,7 +38,6 @@ def build(bld): ...@@ -38,7 +38,6 @@ def build(bld):
obj.source = "src/sqlite3_bindings.cc" obj.source = "src/sqlite3_bindings.cc"
obj.source += " src/database.cc" obj.source += " src/database.cc"
obj.source += " src/statement.cc" obj.source += " src/statement.cc"
obj.source += " src/demo.cc"
obj.uselib = "SQLITE3 PROFILER MPOOL" obj.uselib = "SQLITE3 PROFILER MPOOL"
start_dir = bld.path.find_dir('lib') start_dir = bld.path.find_dir('lib')
# http://www.freehackers.org/~tnagy/wafbook/index.html#_installing_files # http://www.freehackers.org/~tnagy/wafbook/index.html#_installing_files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment