You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
333 B
10 lines
333 B
# Change these to modify how installation is performed
|
|
topextensiondir = $(datadir)/gnome-shell/extensions
|
|
|
|
uuid = openweather-extension@jenslody.de
|
|
|
|
extensiondir = $(topextensiondir)/$(uuid)
|
|
|
|
dist_extension_DATA = extension.js forecast_io.js openweathermap_org.js convenience.js prefs.js
|
|
|
|
nodist_extension_DATA = $(EXTRA_EXTENSION)
|
|
|