Changeset 215 for tools

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

osm2pgrouting: PostgreSQL include path fixed in Makefile

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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