From df643baa54d7e742f0f845a8c34a902baeae970d Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 21 Jan 2008 20:56:31 +0000 Subject: [PATCH] added missing PGSQL --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 6f441e134..db4bd92c0 100644 --- a/SConstruct +++ b/SConstruct @@ -111,7 +111,7 @@ if SUNCC: # Adding the prerequisite library directories to the include path for # compiling and the library path for linking, respectively. -for prereq in ('BOOST', 'PNG', 'JPEG', 'TIFF', 'PROJ', 'GDAL',): +for prereq in ('BOOST', 'PNG', 'JPEG', 'TIFF', 'PGSQL', 'PROJ', 'GDAL',): inc_path = env['%s_INCLUDES' % prereq] lib_path = env['%s_LIBS' % prereq] uniq_add(env, 'CPPPATH', inc_path)