Changeset 691 for trunk/include/mapnik/Makefile.am
- Timestamp:
- 04/06/08 14:13:13 (9 months ago)
- Files:
-
- 1 modified
-
trunk/include/mapnik/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/mapnik/Makefile.am
r647 r691 4 4 if HAVE_LIBXML2 5 5 libxml2_inc = \ 6 libxml2_loader.hpp 6 libxml2_loader.hpp 7 endif 8 9 if HAVE_CAIRO 10 cairo_inc = \ 11 cairo_renderer.hpp 7 12 endif 8 13 … … 13 18 attribute_collector.hpp \ 14 19 attribute_descriptor.hpp \ 20 ${cairo_inc} \ 15 21 color.hpp \ 16 22 color_factory.hpp \
