~seb128/unity-control-center/use-new-gstreamer

« back to all changes in this revision

Viewing changes to panels/user-accounts/data/faces/Makefile.am

  • Committer: CI Train Bot
  • Author(s): Sebastien Bacher
  • Date: 2015-11-12 09:05:24 UTC
  • mfrom: (12835.2.1 unity-control-center)
  • Revision ID: ci-train-bot@canonical.com-20151112090524-3sbqhw1w36j41czg
Import user-accounts faces image and ship in a new binary, that way
unity-control-center doesn't have to depends on gnome-control-center
which means that one can be moved to universe Fixes: #1512435
Approved by: Robert Ancell

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
imagedir = $(datadir)/pixmaps/faces
 
3
 
 
4
image_DATA = \
 
5
        astronaut.jpg \
 
6
        baseball.png \
 
7
        butterfly.png \
 
8
        cat-eye.jpg \
 
9
        chess.jpg \
 
10
        coffee.jpg \
 
11
        dice.jpg \
 
12
        energy-arc.jpg \
 
13
        fish.jpg \
 
14
        flake.jpg \
 
15
        flower.jpg \
 
16
        grapes.jpg \
 
17
        guitar.jpg \
 
18
        launch.jpg \
 
19
        leaf.jpg \
 
20
        lightning.jpg \
 
21
        penguin.jpg \
 
22
        puppy.jpg \
 
23
        sky.jpg \
 
24
        soccerball.png \
 
25
        sunflower.jpg \
 
26
        sunset.jpg \
 
27
        tennis-ball.png \
 
28
        yellow-rose.jpg
 
29
 
 
30
EXTRA_DIST = \
 
31
        $(image_DATA)
 
32
 
 
33
-include $(top_srcdir)/git.mk
 
34