pgRouting

Changeset 215

Show
Ignore:
Timestamp:
09/02/08 13:52:50 (3 months ago)
Author:
anton
Message:

osm2pgrouting: PostgreSQL include path fixed in Makefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/osm2pgrouting/trunk/Makefile

    r213 r215  
    55DEPS = src/XMLParser.cpp 
    66 
    7 INC = -I./ -Isrc -I/usr/include/pgsql 
     7INC = -I./ -Isrc -I/usr/include/pgsql -I/usr/include/postgresql 
    88 
    99MAIN = src/osm2pgrouting.cpp