Code

Updated cases for attributes added in <color-profile> support
[inkscape.git] / src / Makefile_insert
index 302bd8089f3071e75acf2d4bd584d4aca11759f7..31f57f33b83973bd10150670d71ecd63b995304b 100644 (file)
@@ -43,6 +43,8 @@ libinkpre_a_SOURCES = \
        bad-uri-exception.h     \
        brokenimage.xpm \
        color-rgba.h    \
+       color-profile.cpp color-profile.h       \
+       color-profile-fns.h     \
        conn-avoid-ref.cpp conn-avoid-ref.h     \
        connector-context.cpp connector-context.h       \
        context-fns.cpp context-fns.h \
@@ -53,6 +55,7 @@ libinkpre_a_SOURCES = \
        desktop.cpp desktop.h   \
        document-undo.cpp       \
        document.cpp document.h document-private.h      \
+       document-subset.cpp document-subset.h   \
         doxygen-main.cpp \
        draw-anchor.cpp \
        draw-anchor.h   \
@@ -227,6 +230,7 @@ libinkpost_a_SOURCES =      \
        gc-core.h       \
        gc-finalized.h  \
        gc-managed.h    \
+       gc-soft-ptr.h   \
        gc.cpp  \
        gradient-chemistry.cpp gradient-chemistry.h     \
        memeq.h \
@@ -313,9 +317,6 @@ inkscape_LDFLAGS = --export-dynamic $(kdeldflags)
 inkview_SOURCES = inkview.cpp $(win32_sources)
 inkview_LDADD = $(all_libs)
 
-attributes_test_SOURCES = attributes-test.cpp
-attributes_test_LDADD = attributes.$(OBJEXT) -lglib-2.0
-
 dir_util_test_SOURCES = dir-util-test.cpp utest/test-2ary-cases.h
 dir_util_test_LDADD = dir-util.$(OBJEXT) -lglib-2.0