[seed] Build: Add various missing files to EXTRA_DIST.



commit e77314e8b2e9cc7c2b35477f30503f450682b98e
Author: Tim Horton <hortont svn gnome org>
Date:   Wed May 13 05:33:10 2009 -0400

    Build: Add various missing files to EXTRA_DIST.
---
 doc/modules/Makefile.am             |    2 +-
 examples/clutter-shader/Makefile.am |    2 ++
 modules/dbus/Makefile.am            |    5 ++++-
 modules/libxml/Makefile.am          |    3 ++-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/modules/Makefile.am b/doc/modules/Makefile.am
index 66b94c8..627ad5d 100644
--- a/doc/modules/Makefile.am
+++ b/doc/modules/Makefile.am
@@ -2,6 +2,6 @@ modulesdir=$(datadir)/doc/seed/modules
 modules_DATA = \
 	readline.html canvas.html multiprocessing.html sqlite.html sandbox.html
 EXTRA_DIST = \
-	readline.html.in canvas.html.in multiprocessing.html.in sqlite.html.in sandbox.html
+	readline.html.in canvas.html.in multiprocessing.html.in sqlite.html.in sandbox.html.in
 
 
diff --git a/examples/clutter-shader/Makefile.am b/examples/clutter-shader/Makefile.am
index 5a23a9c..526514a 100644
--- a/examples/clutter-shader/Makefile.am
+++ b/examples/clutter-shader/Makefile.am
@@ -4,6 +4,7 @@ shader_DATA = \
 	bob.jpg \
 	default.glsl \
 	main.js \
+	ShaderEditor.js \
 	ShaderView.js
 endif
 
@@ -11,6 +12,7 @@ EXTRA_DIST = \
 	bob.jpg \
 	default.glsl \
 	main.js \
+	ShaderEditor.js \
 	ShaderView.js
 
 
diff --git a/modules/dbus/Makefile.am b/modules/dbus/Makefile.am
index ca8e50a..1fc59c3 100644
--- a/modules/dbus/Makefile.am
+++ b/modules/dbus/Makefile.am
@@ -1,6 +1,9 @@
 if BUILD_DBUS_MODULE
 
-EXTRA_DIST = dbus2js.py
+EXTRA_DIST = dbus2js.py \
+			 dbus.js \
+			 dbus-values.h \
+			 lang.js
 
 moduledir = $(datadir)/seed
 module_DATA = dbus.js lang.js
diff --git a/modules/libxml/Makefile.am b/modules/libxml/Makefile.am
index b9ebd8d..ecc06c8 100644
--- a/modules/libxml/Makefile.am
+++ b/modules/libxml/Makefile.am
@@ -1,5 +1,7 @@
 if BUILD_LIBXML_MODULE
 
+EXTRA_DIST = sample.xml xml.js
+
 seedlibdir = ${exec_prefix}/lib/seed
 
 seedlib_LTLIBRARIES = \
@@ -8,7 +10,6 @@ seedlib_LTLIBRARIES = \
 liblibxml_la_SOURCES = \
 	libxml.c
 
-
 AM_CPPFLAGS = \
 	-I top_srcdir@/libseed/ \
 	$(LIBXML_CFLAGS) \



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