X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fio%2FMakefile_insert;h=2696e933454dbfa14df53278cc390b182071341e;hb=530f7fc7cfa4351ec33163abd795460bbc351609;hp=57978d67842176e8ef0f39a80343daf91e51ee6d;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/io/Makefile_insert b/src/io/Makefile_insert index 57978d678..2696e9334 100644 --- a/src/io/Makefile_insert +++ b/src/io/Makefile_insert @@ -1,11 +1,6 @@ ## Makefile.am fragment sourced by src/Makefile.am. -io/all: io/libio.a - -io/clean: - rm -f io/libio.a $(io_libio_a_OBJECTS) - -io_libio_a_SOURCES = \ +ink_common_sources += \ io/base64stream.h \ io/base64stream.cpp \ io/ftos.cpp \ @@ -14,6 +9,8 @@ io_libio_a_SOURCES = \ 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 \