~gnome-shell-extensions/gnome-shell-extensions/dash-to-dock-head

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Michele
  • Date: 2017-12-28 13:11:32 UTC
  • Revision ID: git-v1:b93293eabd84aef0d14b28ffc625b9c156897bb9
AppIconIndicators: move indicators to dedicated classes.

Clean up and allow to more easily add different styles in the future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
UUID = dash-to-dock@micxgx.gmail.com
4
4
BASE_MODULES = extension.js stylesheet.css metadata.json COPYING README.md
5
 
EXTRA_MODULES = convenience.js dash.js docking.js appIcons.js launcherAPI.js windowPreview.js intellihide.js prefs.js theming.js utils.js Settings.ui
 
5
EXTRA_MODULES = convenience.js dash.js docking.js appIcons.js appIconIndicators.js launcherAPI.js windowPreview.js intellihide.js prefs.js theming.js utils.js Settings.ui
6
6
EXTRA_MEDIA = logo.svg glossy.svg
7
7
TOLOCALIZE =  prefs.js appIcons.js
8
8
MSGSRC = $(wildcard po/*.po)