1
0
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:
Javier Fontán Muiños 2009-01-22 17:10:57 +00:00
parent 5a243cb298
commit 9128a05811

View File

@ -32,3 +32,5 @@ env.Append(CPPFLAGS=["-fPIC"])
# Build library
env.StaticLibrary(lib_name, source_files)
env.SharedLibrary(lib_name, source_files)