From ca3ef3881f9bb8825d429df2733fcb3d5b87c9ff 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 025aa6f4ae..ce9fb2d7be 100644 --- a/SConstruct +++ b/SConstruct @@ -131,7 +131,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' ] #-------------------------------------------------------------------------------