From 23042ba50d4260d676bd9b378341a0e570513699 Mon Sep 17 00:00:00 2001 From: Florian Müllner Date: Nov 07 2014 10:55:39 +0000 Subject: Add some spacing to Makefile Makefiles are not shell and can cope with spaces in assignments ... --- diff --git a/Makefile.am b/Makefile.am index 56ffd46..a21ae01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,13 @@ -UUID:=background-logo@fedorahosted.org -NULL:= +UUID := background-logo@fedorahosted.org +NULL := -extensiondir=$(datadir)/gnome-shell/extensions/$(UUID) -dist_extension_DATA= \ +extensiondir = $(datadir)/gnome-shell/extensions/$(UUID) +dist_extension_DATA = \ COPYING \ extension.js \ stylesheet.css \ $(NULL) -nodist_extension_DATA=metadata.json +nodist_extension_DATA = metadata.json EXTRA_DIST = metadata.json.in