From 7c376b26897090a7ed8f24f73e3ac31568fb65d8 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 24 May 2013 03:29:16 +0000 Subject: [PATCH] Remove ripple.pb.cc from SConstruct since it is included elsewhere --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 7b4fb36310..fed70aab81 100644 --- a/SConstruct +++ b/SConstruct @@ -174,7 +174,7 @@ RIPPLE_OBJS += PROTO_SRCS 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'])