1
0
Fork 0
mutter-performance-source/tests/data/Makefile.am
Emmanuele Bassi 7d842079ca conform: Add named object property unit for ClutterScript
We should exercise the resolution of the object properties containing a
string pointing to an object previously defined using ClutterScript.
2009-11-30 19:11:00 +00:00

19 lines
367 B
Makefile

NULL =
json_files = \
test-script-animation.json \
test-script-child.json \
test-script-implicit-alpha.json \
test-script.json \
test-script-named-object.json \
test-script-object-property.json \
test-script-single.json \
$(NULL)
png_files = \
redhand.png \
redhand_alpha.png \
light0.png \
$(NULL)
EXTRA_DIST = $(json_files) $(png_files)