seed r730 - in trunk/examples: . clutter-transitions



Author: hortont
Date: Wed Jan 14 20:14:11 2009
New Revision: 730
URL: http://svn.gnome.org/viewvc/seed?rev=730&view=rev

Log:
Add makefile for clutter-transitions.


Added:
   trunk/examples/clutter-transitions/Makefile.am
Modified:
   trunk/examples/Makefile.am

Modified: trunk/examples/Makefile.am
==============================================================================
--- trunk/examples/Makefile.am	(original)
+++ trunk/examples/Makefile.am	Wed Jan 14 20:14:11 2009
@@ -1,5 +1,6 @@
 SUBDIRS = \
           clutter-shader \
+          clutter-transitions \
           glib \
           browser \
           turtle
@@ -61,5 +62,3 @@
 	threaded-repl.js \
 	HACKING
 
-## File created by the gnome-build tools
-

Added: trunk/examples/clutter-transitions/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/examples/clutter-transitions/Makefile.am	Wed Jan 14 20:14:11 2009
@@ -0,0 +1,15 @@
+if BUILD_SEED_EXAMPLES
+transitionsdir = $(datadir)/doc/seed/examples/clutter-transitions
+transitions_DATA = \
+	main.js					\
+	one.jpg					\
+	two.jpg					\
+	transition-library.js
+endif
+
+EXTRA_DIST = \
+	main.js					\
+	one.jpg					\
+	two.jpg					\
+	transition-library.js
+



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