From 4cc03e0e978d973f22eef95279a58aa1a2eaf1aa Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 28 May 2010 00:29:23 +0200 Subject: [PATCH] feature #203: Added the Auth Manager to the SConstruct script --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConstruct b/SConstruct index 917346a2fe..f4cce1fba9 100644 --- a/SConstruct +++ b/SConstruct @@ -56,6 +56,7 @@ main_env.Append(LIBPATH=[ cwd+'/src/vnm', cwd+'/src/hm', cwd+'/src/um', + cwd+'/src/authm', ]) # Compile flags @@ -159,6 +160,7 @@ build_scripts=[ 'src/vnm/SConstruct', 'src/hm/SConstruct', 'src/um/SConstruct', + 'src/authm/SConstruct', ] for script in build_scripts: