diff --git a/SConstruct b/SConstruct index fed70aab8..19d70641a 100644 --- a/SConstruct +++ b/SConstruct @@ -178,7 +178,7 @@ RIPPLE_OBJS += [ 'src/cpp/database/sqlite3.c' ] env.Append(CXXFLAGS = ['-I.', '-Isrc/cpp/ripple']) -RIPPLE_CORES = [ 'src/cpp/json_core.cpp', 'src/cpp/leveldb_core.cpp', 'src/cpp/websocket_core.cpp' ] +RIPPLE_CORES = [ 'src/cpp/leveldb_core.cpp', 'src/cpp/websocket_core.cpp' ] RIPPLE_MODULES = glob.glob('modules/*/*.cpp') for file in RIPPLE_MODULES: