[seed] ClutterPad: update Makefile to add GtkBuilder file



commit 92e63f6f30d1568f0915aa5a3ee156c38d120c25
Author: Tim Horton <hortont svn gnome org>
Date:   Wed May 13 10:20:37 2009 -0400

    ClutterPad: update Makefile to add GtkBuilder file
---
 examples/clutter-pad/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/examples/clutter-pad/Makefile.am b/examples/clutter-pad/Makefile.am
index dadde63..2876b58 100644
--- a/examples/clutter-pad/Makefile.am
+++ b/examples/clutter-pad/Makefile.am
@@ -3,9 +3,11 @@ SUBDIRS = examples
 if BUILD_SEED_EXAMPLES
 clutterpaddir=$(datadir)/doc/seed/examples/clutter-pad
 clutterpad_DATA = \
-	clutter-pad.js
+	main.js \
+	clutter-pad.ui
 endif
 
 EXTRA_DIST = \
-	clutter-pad.js
+	main.js \
+	clutter-pad.ui
 



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