~elementary-apps/pantheon-photos/master

« back to all changes in this revision

Viewing changes to plugins/pantheon-photos-transitions/Makefile

  • Committer: RabbitBot
  • Author(s): Corentin Noël
  • Date: 2016-01-14 14:48:54 UTC
  • mfrom: (2879.1.3)
  • Revision ID: git-v1:938bcfdd68fed20a4d47ccfceeaa15f75f7eff12
Ported to CMake. Removed very old retro-compatibility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
PLUGIN := shotwell-transitions
 
3
 
 
4
SRC_FILES := \
 
5
        shotwell-transitions.vala \
 
6
        FadeEffect.vala \
 
7
        SlideEffect.vala \
 
8
        CrumbleEffect.vala \
 
9
        BlindsEffect.vala \
 
10
        CircleEffect.vala \
 
11
        CirclesEffect.vala \
 
12
        SquaresEffect.vala \
 
13
        StripesEffect.vala \
 
14
        ChessEffect.vala \
 
15
        ClockEffect.vala
 
16
 
 
17
RC_FILES := \
 
18
        slideshow-plugin.png
 
19
 
 
20
include ../Makefile.plugin.mk
 
21