Fix problem with make system.

https://bugzilla.gnome.org/show_bug.cgi?id=609811
This commit is contained in:
Maxim Ermilov 2010-02-13 08:45:11 +03:00
parent b11aa5f676
commit 901eabb82d
2 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,9 @@ dist_theme_DATA = \
theme/single-view-active.svg \ theme/single-view-active.svg \
theme/single-view.svg \ theme/single-view.svg \
theme/switch-scroll-hhandle.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@ schemadir = @GCONF_SCHEMA_FILE_DIR@

View File

@ -31,4 +31,5 @@ dist_jsui_DATA = \
widgetBox.js \ widgetBox.js \
windowManager.js \ windowManager.js \
workspacesView.js \ workspacesView.js \
workspaceSwitcherPopup.js \
workspace.js workspace.js