gnome-shell/js/ui/Makefile.am
Sander Dijkhuis 47af454115 Bug 591437 - Rename overlay.js to overview.js
Replace 'overlay' with the more descriptive name 'overview'
where the Activities Overview is meant. Call it Overview
(capitalized) in code comments.

The overlay-group and overlay-key provided by Mutter are not
affected, since they may be used for other components than
the Activities Overview.
2009-08-11 15:15:25 +02:00

25 lines
377 B
Makefile

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