diff options
Diffstat (limited to 'server/SConstruct')
-rw-r--r-- | server/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/SConstruct b/server/SConstruct index fe7244e..8f20dcb 100644 --- a/server/SConstruct +++ b/server/SConstruct @@ -18,6 +18,6 @@ if GetOption('profiling'): Export('env') -env.Program('aotenjoud', Glob('*.cpp') + ['../common/connectionbase.cpp']) +env.Program('aotenjoud', Glob('*.cpp') + Glob('../common/*.cpp')) # vim: syn=python |