postgis/extras/wkb_reader/Makefile
Sandro Santilli ae330d306a Renamed examples/ to extras/. Added WFS_locks.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1623 b70326c6-7e19-0410-871a-916f4a2858ee
2005-04-15 15:09:20 +00:00

16 lines
193 B
Makefile

#
# Have pg_config in your PATH
#
#
# Below should be fine
#
CFLAGS=-I`pg_config --includedir` -L`pg_config --libdir` -lpq
all: readwkb
readwkb: readwkb.c printwkb.c
clean:
@rm -f readwkb