[gnome-shell] Add missing files to distribution



commit 66c4881fd23021c8f688efd53ae41fa5653a5523
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Jan 4 12:09:50 2012 -0500

    Add missing files to distribution

 src/Makefile.am   |    2 ++
 tests/Makefile.am |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index abf9fdc..5932c2e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -179,6 +179,8 @@ gnome_shell_real_CPPFLAGS = $(gnome_shell_cflags)
 gnome_shell_real_LDADD = libgnome-shell.la $(libgnome_shell_la_LIBADD)
 gnome_shell_real_DEPENDENCIES = libgnome-shell.la
 
+EXTRA_DIST += test-gapplication.js
+
 ########################################
 
 shell_recorder_sources =        \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e848b34..388d966 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,6 +2,7 @@ noinst_SCRIPTS = run-test.sh
 EXTRA_DIST = run-test.sh.in
 
 TEST_JS =					\
+	interactive/background-size.js		\
 	interactive/borders.js			\
 	interactive/border-radius.js		\
 	interactive/border-width.js		\
@@ -16,6 +17,9 @@ TEST_JS =					\
 	interactive/scroll-view-sizing.js	\
 	interactive/table.js			\
 	interactive/transitions.js		\
+	testcommon/100-200.svg			\
+	testcommon/200-100.svg			\
+	testcommon/200-200.svg			\
 	testcommon/border-image.png		\
 	testcommon/face-plain.png		\
 	testcommon/ui.js                        \



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