Code

Tweaked smaller size to be 3/4ths the menu size
[inkscape.git] / src / Makefile_insert
index d42c2fa3bd208eaa0c95556d3271e87b0bd584ef..43d85e62e6279c1e62c837f60814b1770b7caebc 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 \
@@ -118,7 +120,6 @@ libinkpre_a_SOURCES =       \
        selection.cpp selection.h       \
        seltrans-handles.cpp seltrans-handles.h \
        seltrans.cpp seltrans.h \
-       shortcuts-default-xml.cpp       \
        shortcuts.cpp shortcuts.h       \
        slideshow.cpp slideshow.h       \
        snap.cpp snap.h \
@@ -228,6 +229,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 \
@@ -314,9 +316,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
 
@@ -340,3 +339,7 @@ style_test_LDADD = $(all_libs)
 
 inkscape_version.h: ../configure.ac
        echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h
+
+test_all_includes = \
+               attributes-test.h       \
+               color-profile-test.h