Show
Ignore:
Timestamp:
04/06/08 14:13:13 (9 months ago)
Author:
andreas
Message:

- updated autotools build files
- build now osm plugin automatic if libxml2 is used
- moved osm/Makefile to osm/Makefile.example because if name collision

-> better move the example to another directory later

- optional CAIRO support
- changed libxml2 switch comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/mapnik/Makefile.am

    r647 r691  
    44if HAVE_LIBXML2 
    55libxml2_inc = \ 
    6   libxml2_loader.hpp 
     6        libxml2_loader.hpp 
     7endif 
     8 
     9if HAVE_CAIRO 
     10cairo_inc = \ 
     11        cairo_renderer.hpp 
    712endif 
    813 
     
    1318        attribute_collector.hpp \ 
    1419        attribute_descriptor.hpp \ 
     20        ${cairo_inc} \ 
    1521        color.hpp \ 
    1622        color_factory.hpp \