From 8ddf93e84ce280c742be905ce779db59df90d154 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 5 May 2010 09:40:07 +0100 Subject: graw-xlib: Revert the output dir lib change. --- src/gallium/targets/graw-xlib/SConscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gallium/targets/graw-xlib') 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') -- cgit v1.2.3