graw-xlib: Revert the output dir lib change.

This commit is contained in:
José Fonseca 2010-05-05 09:40:07 +01:00
parent e3ce10f7ac
commit 8ddf93e84c
1 changed files with 3 additions and 1 deletions

View File

@ -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')