Files
gnome-shell-extensions/extension.mk
T
Giovanni Campagna ec6bbef28a Initial commit.
Creating the standard Autotools infrastructure and adding the
first extensions (the Hello, World! provided by the wizard).
2011-01-12 18:07:35 +01:00

10 lines
392 B
Makefile

# Change these to modify how installation is performed
# If you modify extensionbase, you also need to modify
# metadata.json of each extension
topextensiondir = $(datadir)/gnome-shell/extensions
extensionbase = @gnome-shell-extensions.gnome.org
extensiondir = $(topextensiondir)/$(EXTENSION_ID)$(extensionbase)
extension_DATA = metadata.json extension.js stylesheet.css $(EXTRA_EXTENSION)