added missing PGSQL

This commit is contained in:
Artem Pavlenko 2008-01-21 20:56:31 +00:00
parent 2b60d6d425
commit df643baa54

View file

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