[gnome-shell] Fix make dist by including all the private files and the tests in the tarball



commit cbb3a3aec8fd367a0bb4f8ba3fc14e9a2e7053ca
Author: Richard Hughes <richard hughsie com>
Date:   Fri Oct 2 17:02:25 2009 +0100

    Fix make dist by including all the private files and the tests in the tarball

 src/Makefile-st.am |    4 ++++
 tests/Makefile.am  |   10 ++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile-st.am b/src/Makefile-st.am
index bab1679..6ac755a 100644
--- a/src/Makefile-st.am
+++ b/src/Makefile-st.am
@@ -18,6 +18,7 @@ st_built_sources =				\
 BUILT_SOURCES += $(st_built_sources)
 
 EXTRA_DIST +=					\
+	st/test-theme.css			\
 	st/st-marshal.list			\
 	st/st-enum-types.h.in			\
 	st/st-enum-types.c.in
@@ -74,17 +75,20 @@ st_source_h =					\
     st/st-clipboard.h				\
     st/st-entry.h				\
     st/st-label.h				\
+    st/st-private.h				\
     st/st-scrollable.h				\
     st/st-scroll-bar.h				\
     st/st-scroll-view.h				\
     st/st-subtexture.h				\
     st/st-table.h				\
     st/st-table-child.h				\
+    st/st-table-private.h			\
     st/st-texture-cache.h			\
     st/st-texture-frame.h			\
     st/st-theme.h				\
     st/st-theme-context.h			\
     st/st-theme-node.h				\
+    st/st-theme-private.h			\
     st/st-tooltip.h				\
     st/st-types.h				\
     st/st-widget.h				\
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 49a15bb..0803394 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,9 +2,15 @@ noinst_SCRIPTS = run-test.sh
 EXTRA_DIST = run-test.sh.in
 
 TEST_JS =					\
-	testcommon/ui.js			\
+	interactive/borders.js			\
 	interactive/box-layout.js		\
-	interactive/calendar.js
+	interactive/calendar.js			\
+	interactive/css-fonts.js		\
+	interactive/inline-style.js		\
+	interactive/scrolling.js		\
+	interactive/table.js			\
+	testcommon/border-image.png		\
+	testcommon/ui.js
 EXTRA_DIST += $(TEST_JS)
 
 TEST_MISC =					\



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