summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-08-09 09:33:34 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-08-09 09:33:34 +0000
commit577a95c2028790cbb856feda6ac6880ddd1aaad2 (patch)
tree4ff78f6fa8f0c1b740fd43b0ade2b91dbf9226d0 /src/io
parentMerged trunk (diff)
parentRemove deprecated Autotools and btool files. Please use CMake instead (diff)
downloadinkscape-577a95c2028790cbb856feda6ac6880ddd1aaad2.tar.gz
inkscape-577a95c2028790cbb856feda6ac6880ddd1aaad2.zip
Merged trunk
(bzr r14954.1.30)
Diffstat (limited to 'src/io')
-rw-r--r--src/io/Makefile_insert26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/io/Makefile_insert b/src/io/Makefile_insert
deleted file mode 100644
index 35119ec7b..000000000
--- a/src/io/Makefile_insert
+++ /dev/null
@@ -1,26 +0,0 @@
-## Makefile.am fragment sourced by src/Makefile.am.
-
-ink_common_sources += \
- io/base64stream.h \
- io/base64stream.cpp \
- io/bufferstream.cpp \
- io/bufferstream.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/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)