Code

Add a warning to sp-object.h to not use some of the new methods
[inkscape.git] / src / Makefile_insert
index ad72f5586100b1d19c3401c7028435f15eca5114..36c9de34fa25cdd3045a4923d9adb0255ddd144f 100644 (file)
@@ -1,8 +1,8 @@
 ## Makefile.am fragment, included by src/Makefile.am.
 
 ink_common_sources +=  \
-       algorithms/find-last-if.h                                       \
-       algorithms/longest-common-suffix.h                              \
+       util/find-last-if.h                                     \
+       util/longest-common-suffix.h                            \
        approx-equal.h remove-last.h                                    \
        arc-context.cpp arc-context.h                                   \
        attributes.cpp attributes.h                                     \
@@ -20,6 +20,7 @@ ink_common_sources += \
        composite-undo-stack-observer.cpp                               \
        composite-undo-stack-observer.h                                 \
        conditions.cpp conditions.h                                     \
+       connection-points.cpp connection-points.h                       \
        conn-avoid-ref.cpp conn-avoid-ref.h                             \
        connection-pool.h                                               \
        connector-context.cpp connector-context.h                       \
@@ -66,6 +67,7 @@ ink_common_sources += \
        gradient-chemistry.cpp gradient-chemistry.h                     \
        gradient-context.cpp gradient-context.h                         \
        gradient-drag.cpp gradient-drag.h                               \
+       graphlayout.cpp graphlayout.h                                   \
        guide-snapper.cpp guide-snapper.h                               \
        help.cpp help.h                                                 \
        helper-fns.h                                                    \
@@ -76,6 +78,8 @@ ink_common_sources += \
        ige-mac-menu.h ige-mac-menu.c                                   \
        ink-action.cpp                                                  \
        ink-action.h                                                    \
+       ink-comboboxentry-action.cpp                                    \
+       ink-comboboxentry-action.h                                      \
        inkscape.cpp inkscape.h inkscape-private.h                      \
        interface.cpp interface.h                                       \
        isinf.h                                                         \
@@ -116,6 +120,7 @@ ink_common_sources +=       \
        print.cpp print.h                                               \
        profile-manager.cpp profile-manager.h                           \
        proj_pt.cpp proj_pt.h                                           \
+       removeoverlap.cpp removeoverlap.h                               \
        rdf.cpp rdf.h                                                   \
        rect-context.cpp rect-context.h                                 \
        require-config.h                                                \
@@ -132,6 +137,7 @@ ink_common_sources +=       \
        shape-editor.cpp shape-editor.h                                 \
        shortcuts.cpp shortcuts.h                                       \
        snap.cpp snap.h                                                 \
+       snap-enums.h snap-candidate.h \
        snapped-curve.cpp snapped-curve.h                               \
        snapped-line.cpp snapped-line.h                                 \
        snapped-point.cpp snapped-point.h                               \
@@ -205,8 +211,7 @@ ink_common_sources +=       \
        sp-shape.cpp sp-shape.h                 \
        sp-spiral.cpp sp-spiral.h               \
        sp-star.cpp sp-star.h                   \
-       sp-stop-fns.h                           \
-       sp-stop.h                               \
+       sp-stop.cpp sp-stop.h                   \
        sp-string.cpp sp-string.h               \
        sp-style-elem.cpp sp-style-elem.h       \
        sp-switch.cpp sp-switch.h               \
@@ -219,6 +224,7 @@ ink_common_sources +=       \
        sp-tspan.cpp sp-tspan.h                 \
        sp-use.cpp sp-use.h                     \
        sp-use-reference.cpp sp-use-reference.h \
+       spray-context.cpp spray-context.h       \
        star-context.cpp star-context.h         \
        streq.h                                 \
        strneq.h                                \
@@ -266,6 +272,7 @@ CXXTEST_TESTSUITES +=                       \
        $(srcdir)/color-profile-test.h  \
        $(srcdir)/dir-util-test.h       \
        $(srcdir)/extract-uri-test.h    \
+       $(srcdir)/marker-test.h         \
        $(srcdir)/mod360-test.h         \
        $(srcdir)/round-test.h          \
        $(srcdir)/preferences-test.h    \