Remove ripple.pb.cc from SConstruct since it is included elsewhere

This commit is contained in:
Vinnie Falco
2013-05-24 03:29:16 +00:00
parent f5ba6f1915
commit 7c376b2689

View File

@@ -174,7 +174,7 @@ RIPPLE_OBJS += PROTO_SRCS
RIPPLE_OBJS = [] RIPPLE_OBJS = []
RIPPLE_OBJS += [ 'src/cpp/database/sqlite3.c', 'build/proto/ripple.pb.cc' ] RIPPLE_OBJS += [ 'src/cpp/database/sqlite3.c' ]
env.Append(CXXFLAGS = ['-I.', '-Isrc/cpp/ripple']) env.Append(CXXFLAGS = ['-I.', '-Isrc/cpp/ripple'])