gnome-shell/js/ui/Makefile.am
Dan Winship 10afe46195 Add an initial implementation of the sidebar
This still needs design love, and none of the current widgets should be
considered finalized, but it shows the basic ideas.

http://bugzilla.gnome.org/show_bug.cgi?id=581774
2009-05-15 17:04:18 -04:00

23 lines
351 B
Makefile

jsuidir = $(pkgdatadir)/js/ui
dist_jsui_DATA = \
altTab.js \
appDisplay.js \
button.js \
chrome.js \
dnd.js \
docDisplay.js \
genericDisplay.js \
gtkutil.js \
link.js \
main.js \
overlay.js \
panel.js \
runDialog.js \
sidebar.js \
tweener.js \
widget.js \
widgetBox.js \
windowManager.js \
workspaces.js