blob: e149430216795d3da4325e40d48322eb5168aaed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
## Makefile.am fragment sourced by src/Makefile.am.
ink_common_sources += \
ui/tool/control-point.cpp \
ui/tool/control-point.h \
ui/tool/control-point-selection.cpp \
ui/tool/control-point-selection.h \
ui/tool/commit-events.h \
ui/tool/curve-drag-point.cpp \
ui/tool/curve-drag-point.h \
ui/tool/event-utils.cpp \
ui/tool/event-utils.h \
ui/tool/manipulator.cpp \
ui/tool/manipulator.h \
ui/tool/multi-path-manipulator.cpp \
ui/tool/multi-path-manipulator.h \
ui/tool/node.cpp \
ui/tool/node.h \
ui/tool/node-types.h \
ui/tool/node-tool.cpp \
ui/tool/node-tool.h \
ui/tool/path-manipulator.cpp \
ui/tool/path-manipulator.h \
ui/tool/selectable-control-point.cpp \
ui/tool/selectable-control-point.h \
ui/tool/selector.cpp \
ui/tool/selector.h \
ui/tool/transform-handle-set.cpp \
ui/tool/transform-handle-set.h
|