Code

fix by Preben S for LP bug 389780, flatness
[inkscape.git] / src / io / Makefile_insert
index 57978d67842176e8ef0f39a80343daf91e51ee6d..2696e933454dbfa14df53278cc390b182071341e 100644 (file)
@@ -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 \