Files
gnome-shell-extensions/extensions/alternate-tab/Makefile.am
T
Giovanni Campagna d12307991a alternate-tab: refactor All & Thumbnails
Split the two modes in two different modules, for easier maintenance.
Refactor the AllThumbnails code completely, by copying relevant
or useful code for gnome-shell directly instead of hacking around
it.
2012-08-07 23:22:19 +02:00

7 lines
144 B
Makefile

EXTENSION_ID = alternate-tab
EXTRA_MODULES = allThumbnails.js workspaceIcons.js prefs.js
include ../../extension.mk
include ../../settings.mk