From d0d5388fd6afa7c2b01e8551b09a02b0a584dc27 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 2 Jul 2013 07:54:17 -0700 Subject: [PATCH] Add new ripple_app parts to SConstruct --- SConstruct | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index b040c4c3ca..e5e3779d30 100644 --- a/SConstruct +++ b/SConstruct @@ -113,7 +113,11 @@ COMPILED_FILES = [ 'modules/ripple_app/ripple_app_pt1.cpp', 'modules/ripple_app/ripple_app_pt2.cpp', 'modules/ripple_app/ripple_app_pt3.cpp', - 'modules/ripple_app/ripple_app_pt4.cpp' + 'modules/ripple_app/ripple_app_pt4.cpp', + 'modules/ripple_app/ripple_app_pt5.cpp', + 'modules/ripple_app/ripple_app_pt6.cpp', + 'modules/ripple_app/ripple_app_pt7.cpp', + 'modules/ripple_app/ripple_app_pt8.cpp' ] #-------------------------------------------------------------------------------