mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Create shared library for one C API
git-svn-id: http://svn.opennebula.org/one/trunk@318 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
5a243cb298
commit
9128a05811
@ -32,3 +32,5 @@ env.Append(CPPFLAGS=["-fPIC"])
|
||||
|
||||
# Build library
|
||||
env.StaticLibrary(lib_name, source_files)
|
||||
env.SharedLibrary(lib_name, source_files)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user