1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

feature #203: Added the Auth Manager to the SConstruct script

This commit is contained in:
Ruben S. Montero 2010-05-28 00:29:23 +02:00
parent baca5e4a44
commit 4cc03e0e97

View File

@ -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: