7d842079ca
We should exercise the resolution of the object properties containing a string pointing to an object previously defined using ClutterScript.
20 lines
367 B
Makefile
20 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)
|