From 4ea2cc3bd4a7d9b1c54a9d33e6a1cf82e7c8c21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 09:06:59 +0200 Subject: Imported Upstream version 0.18.1 --- plugins/shotwell-transitions/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/shotwell-transitions/Makefile (limited to 'plugins/shotwell-transitions/Makefile') diff --git a/plugins/shotwell-transitions/Makefile b/plugins/shotwell-transitions/Makefile new file mode 100644 index 0000000..043891c --- /dev/null +++ b/plugins/shotwell-transitions/Makefile @@ -0,0 +1,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 + -- cgit v1.2.3