summaryrefslogtreecommitdiffstats
path: root/src/io/Makefile_insert
blob: bb47b46b8ee3ffd7ffa4db188db1253bf527e4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Makefile.am fragment sourced by src/Makefile.am.

ink_common_sources += \
	io/base64stream.h \
	io/base64stream.cpp \
	io/ftos.cpp \
	io/ftos.h \
	io/gzipstream.cpp \
	io/gzipstream.h \
	io/inkjar.cpp \
	io/inkjar.h \
	io/inkscapestream.cpp \
	io/inkscapestream.h \
	io/resource.cpp \
	io/resource.h \
	io/simple-sax.cpp \
	io/simple-sax.h \
	io/stringstream.cpp \
	io/stringstream.h \
	io/sys.h \
	io/sys.cpp \
	io/uristream.cpp \
	io/uristream.h \
	io/xsltstream.cpp \
	io/xsltstream.h

#io_streamtest_SOURCES = io/streamtest.cpp
#io_streamtest_LDADD =   $(all_libs)