changed MAPNIK_ROOT to MAPNIK_DIR

This commit is contained in:
Artem Pavlenko 2005-02-25 15:26:42 +00:00
parent 5c5a7ce942
commit 345148937d
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ extension mapnik
# requirements and dependencies for Boost.Python extensions # requirements and dependencies for Boost.Python extensions
<template>@boost/libs/python/build/extension <template>@boost/libs/python/build/extension
: # path to mapnik include dir e.g. : # path to mapnik include dir e.g.
<include>$(MAPNIK_ROOT)/include <include>$(MAPNIK_DIR)/include
# path to libmapnik.so e.g. # path to libmapnik.so e.g.
<library-file>$(MAPNIK_ROOT)/lib/libmapnik.so <library-file>$(MAPNIK_DIR)/lib/libmapnik.so
; ;

View file

@ -2,4 +2,4 @@ path-global BOOST_ROOT : /opt/boost ;
PYTHON_VERSION = 2.4 ; PYTHON_VERSION = 2.4 ;
PYTHON_ROOT = /opt/python ; PYTHON_ROOT = /opt/python ;
project boost : $(BOOST_ROOT) ; project boost : $(BOOST_ROOT) ;
path-global MAPNIK_ROOT : /opt/mapnik ; path-global MAPNIK_DIR : /opt/mapnik ;