~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to tests/data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
EXTRA_DIST = \
2
 
        redhand.png \
3
 
        redhand_alpha.png \
4
 
        light0.png \
5
 
        test-script.json
6
 
 
 
1
NULL =
 
2
 
 
3
json_files = \
 
4
        test-script-animation.json              \
 
5
        test-script-child.json                  \
 
6
        test-script-implicit-alpha.json         \
 
7
        test-script.json                        \
 
8
        test-script-named-object.json           \
 
9
        test-script-object-property.json        \
 
10
        test-script-single.json                 \
 
11
        test-script-model.json                  \
 
12
        test-animator-1.json                    \
 
13
        test-animator-2.json                    \
 
14
        test-animator-3.json                    \
 
15
        $(NULL)
 
16
 
 
17
png_files = \
 
18
        redhand.png             \
 
19
        redhand_alpha.png       \
 
20
        light0.png              \
 
21
        $(NULL)
 
22
 
 
23
EXTRA_DIST = $(json_files) $(png_files) clutter-1.0.suppressions