summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/Makefile_insert
blob: 2a72dd6455c310973d1a3f33e7f91b6fa092069f (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
30
31
32
## 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/modifier-tracker.cpp			\
	ui/tool/modifier-tracker.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/shape-record.h			\
	ui/tool/transform-handle-set.cpp	\
	ui/tool/transform-handle-set.h