Fix scons compiling after carve changes

This commit is contained in:
Jens Verwiebe
2014-02-13 23:21:13 +01:00
parent 3f1a5902b9
commit 9185ab5d9c
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
Import ('env')
sources = env.Glob('lib/*.cpp')
sources += env.Glob('*.cc')
defs = []
incs = ['include']