summaryrefslogtreecommitdiff
path: root/plugins/shotwell-transitions/Makefile
blob: 043891c154e6691d68494512b961f48282447f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

PLUGIN := shotwell-transitions

SRC_FILES := \
	shotwell-transitions.vala \
	FadeEffect.vala \
	SlideEffect.vala \
	CrumbleEffect.vala \
	BlindsEffect.vala \
	CircleEffect.vala \
	CirclesEffect.vala \
	SquaresEffect.vala \
	StripesEffect.vala \
	ChessEffect.vala \
	ClockEffect.vala

RC_FILES := \
	slideshow-plugin.png

include ../Makefile.plugin.mk