summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-xlib
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-05 09:40:07 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-05 09:40:59 +0100
commit8ddf93e84ce280c742be905ce779db59df90d154 (patch)
treeb21151e8454bd8d04edf48d91cccbc69e47d41f6 /src/gallium/targets/graw-xlib
parente3ce10f7acd30c6765c141860fc0855ce0a4f811 (diff)
graw-xlib: Revert the output dir lib change.
Diffstat (limited to 'src/gallium/targets/graw-xlib')
-rw-r--r--src/gallium/targets/graw-xlib/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript
index b30c2d9ab4..c9ea078ac1 100644
--- 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')