diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 15:11:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 15:11:08 +0200 |
commit | cb612a12b952e349b96d427645aaeb55d15f509a (patch) | |
tree | f29298f41d2a7ea2a976616243aca64c2c2547ce /plugins/shotwell-transitions/Makefile | |
parent | e7be93745e4a2ff3aa255227bef7b9d3b733aafa (diff) | |
parent | 143bfc9f801c84428074312d661f8e08803df83b (diff) |
Merge tag 'upstream/0.23.5'
Upstream version 0.23.5
Diffstat (limited to 'plugins/shotwell-transitions/Makefile')
-rw-r--r-- | plugins/shotwell-transitions/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/shotwell-transitions/Makefile b/plugins/shotwell-transitions/Makefile deleted file mode 100644 index 9044011..0000000 --- a/plugins/shotwell-transitions/Makefile +++ /dev/null @@ -1,25 +0,0 @@ - -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 - |