seed r420 - in trunk: . examples examples/browser



Author: hortont
Date: Tue Dec  9 20:27:10 2008
New Revision: 420
URL: http://svn.gnome.org/viewvc/seed?rev=420&view=rev

Log:
Add new browser stuff to autotools...



Added:
   trunk/examples/browser/Makefile.am
Modified:
   trunk/configure.ac
   trunk/examples/Makefile.am

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Dec  9 20:27:10 2008
@@ -106,6 +106,7 @@
 doc/tutorial-standalone/Makefile
 examples/Makefile
 examples/ide/Makefile
+examples/browser/Makefile
 examples/lightsoff/Makefile
 examples/clutter-shader/Makefile
 examples/glib/Makefile

Modified: trunk/examples/Makefile.am
==============================================================================
--- trunk/examples/Makefile.am	(original)
+++ trunk/examples/Makefile.am	Tue Dec  9 20:27:10 2008
@@ -1,7 +1,8 @@
 SUBDIRS = ide \
           lightsoff \
           clutter-shader \
-          glib 
+          glib \
+          browser
           
 examplesdir=$(datadir)/doc/seed/examples
 examples_DATA = \
@@ -15,7 +16,6 @@
 	poppler.js \
 	json-packing.js \
 	ls.js \
-	mini-browser.js \
 	n-oscillator.js \
 	notify-test.js \
 	pango-fontset.js \
@@ -36,7 +36,6 @@
 	poppler.js \
 	json-packing.js \
 	ls.js \
-	mini-browser.js \
 	n-oscillator.js \
 	notify-test.js \
 	pango-fontset.js \

Added: trunk/examples/browser/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/examples/browser/Makefile.am	Tue Dec  9 20:27:10 2008
@@ -0,0 +1,16 @@
+idedir=$(datadir)/doc/seed/examples/ide
+ide_DATA = \
+	main.js \
+	browser-actions.js \
+	browser-main.js \
+	browser-tab.js \
+	browser-toolbar.js
+EXTRA_DIST = \
+	main.js \
+	browser-actions.js \
+	browser-main.js \
+	browser-tab.js \
+	browser-toolbar.js
+
+## File created by the gnome-build tools
+



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