~ubuntu-branches/debian/jessie/banshee-community-extensions/jessie

« back to all changes in this revision

Viewing changes to src/ClutterFlow/ClutterFlow/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-09-20 18:45:46 UTC
  • mfrom: (1.2.9 upstream) (5.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20110920184546-3ahue2qplydc4t0e
Tags: 2.2.0-1
* [4940fab] Imported Upstream version 2.2.0
  + Notable bug fixes:
    - Karaoke: Fix crash when switching to Now Playing
    - Lyrics: Fix crash when switching to Now Playing

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
GMCS_FLAGS = -unsafe
4
4
 
5
5
SOURCES =  \
6
 
        ActorLoader.cs \
7
6
        AlphabetBar.cs \
8
7
        AlphabetButton.cs \
9
8
        Caption.cs \
10
9
        ClutterArrowButton.cs \
11
10
        ClutterButton.cs \
12
11
        ClutterFlowActor.cs \
 
12
        ClutterFlowBaseActor.cs \
13
13
        ClutterFlowFixedActor.cs \
14
14
        ClutterFlowSlider.cs \
15
15
        ClutterFlowTimeline.cs \
23
23
        CoverCaption.cs \
24
24
        CoverManager.cs \
25
25
        FlowBehaviour.cs \
 
26
        IActorLoader.cs \
 
27
        TextureHolder.cs \
26
28
        TrackCaption.cs
27
29
 
28
30
if ENABLE_CLUTTERFLOW