[seed] Distribute various assorted files which we were missing
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [seed] Distribute various assorted files which we were missing
- Date: Mon, 10 Aug 2009 09:10:37 +0000 (UTC)
commit df659051b341ea09f87e3ddee644f173b3924f45
Author: Tim Horton <hortont424 gmail com>
Date: Mon Aug 10 09:00:51 2009 -0800
Distribute various assorted files which we were missing
examples/Makefile.am | 52 +++++++---------------------------
modules/ffi/Makefile.am | 6 ++++
tests/javascript/gtypes/Makefile.am | 1 +
3 files changed, 18 insertions(+), 41 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 7903d7c..2da83c8 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -9,16 +9,12 @@ SUBDIRS = \
xml \
twitter
-repldir = $(datadir)/seed
-repl_SCRIPTS = repl.js
-
-if BUILD_SEED_EXAMPLES
-examplesdir=$(datadir)/doc/seed/examples
-examples_DATA = \
+seed_examples = \
accelgroup.js \
actions.js \
async-quine.js \
calculator.js \
+ calculator-mpfr.js \
cairo.js \
clutter-1.0.js \
clutter-cairo-1.0.js \
@@ -43,40 +39,14 @@ examples_DATA = \
soup.js \
threaded-repl.js \
video.js \
- vte-test.js \
- HACKING
-endif
+ vte-test.js
-EXTRA_DIST = \
- accelgroup.js \
- actions.js \
- cairo.js \
- async-quine.js \
- calculator.js \
- clutter-1.0.js \
- clutter-cairo-1.0.js \
- clutter-cogl-1.0.js \
- COPYING \
- gconf.js \
- gdkpixbufloader.js \
- Gnio.js \
- Gnio-server.js \
- gtkplug.js \
- gtktextview.js \
- gtktreeview.js \
- json-packing.js \
- json-reddit.js \
- ls.js \
- n-oscillator.js \
- notify-test.js \
- pango-fontset.js \
- pango.js \
- poppler.js \
- quine.js \
- repl.js \
- soup.js \
- threaded-repl.js \
- video.js \
- vte-test.js \
- HACKING
+repldir = $(datadir)/seed
+repl_SCRIPTS = repl.js
+
+if BUILD_SEED_EXAMPLES
+examplesdir=$(datadir)/doc/seed/examples
+examples_DATA = $(seed_examples) HACKING
+endif
+EXTRA_DIST = $(seed_examples) HACKING
diff --git a/modules/ffi/Makefile.am b/modules/ffi/Makefile.am
index 86382d9..8cf7898 100644
--- a/modules/ffi/Makefile.am
+++ b/modules/ffi/Makefile.am
@@ -2,6 +2,12 @@ if BUILD_FFI_MODULE
seedlibdir = ${libdir}/seed
+EXTRA_DIST = \
+ test-sin.js \
+ test-strcmp.js \
+ test-strdup.js \
+ test-xlib.js
+
seedlib_LTLIBRARIES = \
libseed_ffi.la
diff --git a/tests/javascript/gtypes/Makefile.am b/tests/javascript/gtypes/Makefile.am
index 93a3f7d..a04ee6d 100644
--- a/tests/javascript/gtypes/Makefile.am
+++ b/tests/javascript/gtypes/Makefile.am
@@ -6,6 +6,7 @@ EXTRA_DIST = \
gtype-gtype.js \
gtype-signal-args.js \
gtype-property-construct.js \
+ gtype-property-nice.js \
gtype-self.js \
gtype-extraprop.js \
gtype-signal.js
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]