[seed] Add some files that were missing from the build.



commit 63930876a97c2b92caada1a4bb034c34837b60c8
Author: Tim Horton <hortont hortont com>
Date:   Wed Apr 15 20:37:27 2009 -0400

    Add some files that were missing from the build.
---
 examples/Makefile.am           |  130 ++++++++++++++++++++-------------------
 examples/opengl/Makefile.am    |    2 +-
 examples/pong/Makefile.am      |   19 ++++++
 examples/same-seed/Makefile.am |   29 +++++++++
 4 files changed, 116 insertions(+), 64 deletions(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8813e69..dd3d6a0 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,72 +1,76 @@
 SUBDIRS = \
-          clutter-shader \
-          clutter-transitions \
-          glib \
-          browser \
-          opengl \
-	  twitter \
-          turtle
+    clutter-shader \
+    clutter-transitions \
+    glib \
+    browser \
+    opengl \
+    twitter \
+    turtle \
+    pong \
+    same-seed
 
 if BUILD_SEED_EXAMPLES
 examplesdir=$(datadir)/doc/seed/examples
 examples_DATA = \
-	actions.js \
-	Gnio.js \
-	gdkpixbufloader.js \
-	gtktreeview.js \
-	async-quine.js \
-	clutter-cogl.js \
-	Gnio-server.js \
-	clutter-cairo.js \
-	threaded-repl.js \
-	gtkplug.js \
-	calculator.js \
-	gconf.js \
-	video.js \
-	accelgroup.js \
-	clutter-0.8.js \
-	clutter-0.9.js \
-	introspect.js \
-	poppler.js \
-	json-packing.js \
-	ls.js \
-	n-oscillator.js \
-	notify-test.js \
-	quine.js \
-	repl.js \
-	soup.js \
-	vte-test.js \
-	threaded-repl.js \
-	HACKING
+    actions.js \
+    Gnio.js \
+    gdkpixbufloader.js \
+    gtktreeview.js \
+    async-quine.js \
+    clutter-cogl.js \
+    Gnio-server.js \
+    clutter-cairo.js \
+    threaded-repl.js \
+    gtkplug.js \
+    calculator.js \
+    gconf.js \
+    video.js \
+    accelgroup.js \
+    clutter-0.8.js \
+    clutter-0.9.js \
+    introspect.js \
+    poppler.js \
+    json-packing.js \
+    ls.js \
+    n-oscillator.js \
+    notify-test.js \
+    quine.js \
+    repl.js \
+    soup.js \
+    vte-test.js \
+    threaded-repl.js \
+    json-reddit.js \
+    HACKING
 endif
 
 EXTRA_DIST = \
-	COPYING \
-	actions.js \
-	clutter-cogl.js \
-	gtktreeview.js \
-	gdkpixbufloader.js \
-	calculator.js \
-	clutter-cairo.js \
-	async-quine.js \
-	gconf.js \
-	video.js \
-	accelgroup.js \
-	Gnio.js \
-	Gnio-server.js \
-	clutter-0.8.js \
-	clutter-0.9.js \
-	introspect.js \
-	poppler.js \
-	json-packing.js \
-	gtkplug.js \
-	ls.js \
-	n-oscillator.js \
-	notify-test.js \
-	quine.js \
-	repl.js \
-	soup.js \
-	vte-test.js \
-	threaded-repl.js \
-	HACKING
+    COPYING \
+    actions.js \
+    clutter-cogl.js \
+    gtktreeview.js \
+    gdkpixbufloader.js \
+    calculator.js \
+    clutter-cairo.js \
+    async-quine.js \
+    gconf.js \
+    video.js \
+    accelgroup.js \
+    Gnio.js \
+    Gnio-server.js \
+    clutter-0.8.js \
+    clutter-0.9.js \
+    introspect.js \
+    poppler.js \
+    json-packing.js \
+    gtkplug.js \
+    ls.js \
+    n-oscillator.js \
+    notify-test.js \
+    quine.js \
+    repl.js \
+    soup.js \
+    vte-test.js \
+    threaded-repl.js \
+    json-reddit.js \
+    HACKING
 
diff --git a/examples/opengl/Makefile.am b/examples/opengl/Makefile.am
index fee7c32..df70dca 100644
--- a/examples/opengl/Makefile.am
+++ b/examples/opengl/Makefile.am
@@ -1,5 +1,5 @@
 if BUILD_SEED_EXAMPLES
-gldir=$(datadir)/doc/seed/examples/glib
+gldir=$(datadir)/doc/seed/examples/opengl
 gl_DATA = \
 	glut-teapot.js \
 	triangle-actor.js \
diff --git a/examples/pong/Makefile.am b/examples/pong/Makefile.am
new file mode 100644
index 0000000..957ac93
--- /dev/null
+++ b/examples/pong/Makefile.am
@@ -0,0 +1,19 @@
+if BUILD_SEED_EXAMPLES
+pongdir=$(datadir)/doc/seed/examples/pong
+pong_DATA = \
+    ball.png \
+    midline.png \
+    player2.png \
+    player.png \
+    pong.js
+endif
+
+EXTRA_DIST = \
+    ball.png \
+    midline.png \
+    player2.png \
+    player.png \
+    pong.js
+
+## File created by the gnome-build tools
+
diff --git a/examples/same-seed/Makefile.am b/examples/same-seed/Makefile.am
new file mode 100644
index 0000000..fc046be
--- /dev/null
+++ b/examples/same-seed/Makefile.am
@@ -0,0 +1,29 @@
+if BUILD_SEED_EXAMPLES
+samedir=$(datadir)/doc/seed/examples/same-seed
+same_DATA = \
+    bkg.svg \
+    blue.svg \
+    board.js \
+    green.svg \
+    light.js \
+    main.js \
+    red.svg \
+    same-seed.ui \
+    score.js \
+    yellow.svg
+endif
+
+EXTRA_DIST = \
+    bkg.svg \
+    blue.svg \
+    board.js \
+    green.svg \
+    light.js \
+    main.js \
+    red.svg \
+    same-seed.ui \
+    score.js \
+    yellow.svg
+
+## File created by the gnome-build tools
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]