summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-03-18 16:12:41 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2013-03-18 16:25:07 +0000
commitf8dfefa8f00a09311b6346518e22ed3ca35c2e33 (patch)
treea2093f3d4777ef425da00914d47a1d64ec175968 /examples/Makefile.am
parent7a35d17cf501979859d22f5da28f6229be7275d6 (diff)
downloadclutter-gst-f8dfefa8f00a09311b6346518e22ed3ca35c2e33.tar.gz
examples: add a couple of javascript examples
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am12
1 files changed, 8 insertions, 4 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6d60512..c9b1130 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -34,7 +34,11 @@ video_sink_navigation_LDFLAGS = \
$(GST_LIBS) \
$(top_builddir)/clutter-gst/libclutter-gst-@CLUTTER_GST_MAJORMINOR@.la
-EXTRA_DIST = media-actions-pause.png \
- media-actions-start.png \
- vid-panel.png \
- README
+EXTRA_DIST = \
+ media-actions-pause.png \
+ media-actions-start.png \
+ vid-panel.png \
+ video-wall.js \
+ video-flip.js \
+ README \
+ $(NULL)