summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/Makefile_insert
blob: 74b166e8b152c1f6ffdcda3179200ab298b365d1 (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
## Makefile.am fragment sourced by src/Makefile.am.

ink_common_sources += \
	live_effects/parameter/parameter.cpp	\
	live_effects/parameter/parameter.h	\
	live_effects/parameter/array.cpp	\
	live_effects/parameter/array.h	\
	live_effects/parameter/bool.cpp	\
	live_effects/parameter/bool.h	\
	live_effects/parameter/random.cpp	\
	live_effects/parameter/random.h	\
	live_effects/parameter/point.cpp	\
	live_effects/parameter/point.h	\
	live_effects/parameter/enum.h	\
	live_effects/parameter/path-reference.cpp	\
	live_effects/parameter/path-reference.h	\
	live_effects/parameter/path.cpp	\
	live_effects/parameter/path.h	\
	live_effects/parameter/text.cpp	\
	live_effects/parameter/text.h	\
	live_effects/parameter/unit.cpp	\
	live_effects/parameter/unit.h	\
	live_effects/parameter/vector.cpp	\
	live_effects/parameter/vector.h