diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 09:06:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 09:06:59 +0200 |
commit | 4ea2cc3bd4a7d9b1c54a9d33e6a1cf82e7c8c21d (patch) | |
tree | d2e54377d14d604356c86862a326f64ae64dadd6 /plugins/shotwell-transitions/Makefile |
Imported Upstream version 0.18.1upstream/0.18.1
Diffstat (limited to 'plugins/shotwell-transitions/Makefile')
-rw-r--r-- | plugins/shotwell-transitions/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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 + |