ec6bbef28a
Creating the standard Autotools infrastructure and adding the first extensions (the Hello, World! provided by the wizard).
10 lines
392 B
Makefile
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)
|