summaryrefslogtreecommitdiff
path: root/plugins/shotwell-transitions/Makefile
blob: 90440111ae50c19b0d4d41a040657aa6616cd7e3 (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

PLUGIN := shotwell-transitions

PLUGIN_PKGS := \
	libxml-2.0 \
	libsoup-2.4

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