diff --git a/data/Makefile.am b/data/Makefile.am index 189f0e600..f01e4f94f 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 9d54f7445..22f027efc 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