[gnome-shell] Fix problem with make system.



commit 901eabb82dbd03155d4485cc32fd168a248b88bc
Author: Maxim Ermilov <zaspire rambler ru>
Date:   Sat Feb 13 08:45:11 2010 +0300

    Fix problem with make system.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609811

 data/Makefile.am  |    4 +++-
 js/ui/Makefile.am |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 189f0e6..f01e4f9 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -37,7 +37,9 @@ dist_theme_DATA =				\
 	theme/single-view-active.svg          \
 	theme/single-view.svg          \
 	theme/switch-scroll-hhandle.svg		\
-	theme/switch-scroll-hhandle-hover.svg
+	theme/switch-scroll-hhandle-hover.svg		\
+	theme/ws-switch-arrow-left.svg		\
+	theme/ws-switch-arrow-right.svg
 
 
 schemadir  = @GCONF_SCHEMA_FILE_DIR@
diff --git a/js/ui/Makefile.am b/js/ui/Makefile.am
index 9d54f74..22f027e 100644
--- a/js/ui/Makefile.am
+++ b/js/ui/Makefile.am
@@ -31,4 +31,5 @@ dist_jsui_DATA =		\
 	widgetBox.js		\
 	windowManager.js	\
 	workspacesView.js	\
+	workspaceSwitcherPopup.js	\
 	workspace.js



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