update build system to include map_{load,save}

This commit is contained in:
Artem Pavlenko 2006-10-03 10:03:31 +00:00
parent 5a2e437e21
commit 0c32c2bf4a
2 changed files with 3 additions and 1 deletions

View file

@ -60,7 +60,7 @@ conf = Configure(env)
# Libraries and headers dependency checks
env['CPPPATH'] = ['#agg/include', '#include']
env['CPPPATH'] = ['#agg/include', '#include', '#']
for path in [env['BOOST_INCLUDES'], env['PNG_INCLUDES'], env['JPEG_INCLUDES'], env['TIFF_INCLUDES'], env['PGSQL_INCLUDES'], env['PROJ_INCLUDES']]:
if path not in env['CPPPATH']: env['CPPPATH'].append(path)

View file

@ -51,6 +51,8 @@ source = Split(
line_pattern_symbolizer.cpp
text_symbolizer.cpp
font_engine_freetype.cpp
load_map.cpp
save_map.cpp
"""
)