mapnik/utils/shapeindex/Makefile.am

8 lines
304 B
Text
Raw Normal View History

2005-02-18 19:14:43 +01:00
bin_PROGRAMS = shapeindex
shapeindex_SOURCES = quadtree.cc quadtree.hh shapeindex.cc
2005-03-30 23:45:40 +02:00
shapeindex_CXXFLAGS = -I$(srcdir)/../../src -I$(srcdir)/../../src/shape
SHAPELIB = ../../src/shape/.libs/shape.a
MAPNIKLIB = ../../src/.libs/libmapnik.a
2005-02-18 19:14:43 +01:00
shapeindex_LDADD = $(SHAPELIB) $(MAPNIKLIB)
shapeindex_LDFLAGS =