blob: 2696e933454dbfa14df53278cc390b182071341e (
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
|
## 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/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)
|