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:
parent
baca5e4a44
commit
4cc03e0e97
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user