projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ce10f
)
graw-xlib: Revert the output dir lib change.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 5 May 2010 08:40:07 +0000
(09:40 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 5 May 2010 08:40:59 +0000
(09:40 +0100)
src/gallium/targets/graw-xlib/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/targets/graw-xlib/SConscript
b/src/gallium/targets/graw-xlib/SConscript
index b30c2d9ab43df1541f0165aa7dfb019c0cee27af..c9ea078ac16d01835ebe13f961898ff0c089c948 100644
(file)
--- a/
src/gallium/targets/graw-xlib/SConscript
+++ b/
src/gallium/targets/graw-xlib/SConscript
@@
-42,10
+42,12
@@
env.Prepend(LIBS = [gallium])
# TODO: write a wrapper function http://www.scons.org/wiki/WrapperFunctions
graw = env.SharedLibrary(
- target ='
#lib/
graw',
+ target ='graw',
source = sources,
)
+env.InstallSharedLibrary(graw, version=(1, 0))
+
graw = env.FindIxes(graw, 'SHLIBPREFIX', 'SHLIBSUFFIX')
Export('graw')