From 66c4881fd23021c8f688efd53ae41fa5653a5523 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 4 Jan 2012 12:09:50 -0500 Subject: [PATCH] Add missing files to distribution --- src/Makefile.am | 2 ++ tests/Makefile.am | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index abf9fdc2c..5932c2eb3 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 e848b342f..388d96631 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 \