1#
2# This file is part of project GEOS (http://trac.osgeo.org/geos/)
3#
4
5noinst_LTLIBRARIES = libio.la
6
7AM_CPPFLAGS = -I$(top_srcdir)/include
8
9libio_la_SOURCES = \
10	ParseException.cpp \
11	StringTokenizer.cpp \
12	ByteOrderDataInStream.cpp \
13	ByteOrderValues.cpp \
14	WKTReader.cpp \
15	WKTWriter.cpp \
16	WKBReader.cpp \
17	WKBWriter.cpp \
18	Writer.cpp \
19	Unload.cpp \
20	CLocalizer.cpp
21
22libio_la_LIBADD =
23