--- trunk/scons/cognac_options.py 2007/03/14 08:38:00 1033 +++ trunk/scons/cognac_options.py 2007/05/14 05:12:53 1139 @@ -24,8 +24,8 @@ # locations of libraries for boost boost_path = '/opt/boost/python2.3/1.31.0/include' -boost_lib_path = '/opt/boost/python2.3/1.31.0/lib' -boost_lib = 'boost_python-il-mt-1_31' +boost_libs_path = '/opt/boost/python2.3/1.31.0/lib' +boost_libs = 'boost_python-il-mt-1_31' # locations of doc building executables doxygen_path = '/opt/doxygen-1.4.5/bin'