[gnome-shell] tests: Fix make dist



commit ff9088e42b46688b268f28875f453e27865c8be0
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Sat Jul 14 11:48:54 2012 +0200

    tests: Fix make dist

 src/Makefile.am   |    2 --
 tests/Makefile.am |    1 +
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 99251af..a390691 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -192,8 +192,6 @@ gnome_shell_real_CPPFLAGS = $(gnome_shell_cflags)
 gnome_shell_real_LDADD = libgnome-shell.la libgnome-shell-js.la $(libgnome_shell_la_LIBADD)
 gnome_shell_real_DEPENDENCIES = libgnome-shell.la
 
-EXTRA_DIST += test-gapplication.js
-
 ########################################
 
 libgnome_shell_js_la_SOURCES =		\
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 388d966..1a567ae 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,6 +11,7 @@ TEST_JS =					\
 	interactive/calendar.js			\
 	interactive/css-fonts.js		\
 	interactive/entry.js			\
+	interactive/gapplication.js		\
 	interactive/icons.js			\
 	interactive/inline-style.js		\
 	interactive/scrolling.js		\



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