build: Use $(NULL) terminator for data files
This commit is contained in:
parent
167610c580
commit
16914ddda3
@ -1,4 +1,5 @@
|
|||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
NULL =
|
||||||
|
|
||||||
desktopdir=$(datadir)/applications
|
desktopdir=$(datadir)/applications
|
||||||
desktop_DATA = gnome-shell.desktop gnome-shell-wayland.desktop gnome-shell-extension-prefs.desktop
|
desktop_DATA = gnome-shell.desktop gnome-shell-wayland.desktop gnome-shell-extension-prefs.desktop
|
||||||
@ -11,7 +12,8 @@ service_DATA = org.gnome.Shell.PortalHelper.service
|
|||||||
|
|
||||||
CLEANFILES += \
|
CLEANFILES += \
|
||||||
org.gnome.Shell.PortalHelper.service \
|
org.gnome.Shell.PortalHelper.service \
|
||||||
org.gnome.Shell.PortalHelper.desktop
|
org.gnome.Shell.PortalHelper.desktop \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -33,7 +35,8 @@ introspection_DATA = \
|
|||||||
org.gnome.Shell.Screencast.xml \
|
org.gnome.Shell.Screencast.xml \
|
||||||
org.gnome.Shell.Screenshot.xml \
|
org.gnome.Shell.Screenshot.xml \
|
||||||
org.gnome.ShellSearchProvider.xml \
|
org.gnome.ShellSearchProvider.xml \
|
||||||
org.gnome.ShellSearchProvider2.xml
|
org.gnome.ShellSearchProvider2.xml \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
theme_sources = \
|
theme_sources = \
|
||||||
theme/HACKING \
|
theme/HACKING \
|
||||||
@ -47,7 +50,8 @@ theme_sources = \
|
|||||||
theme/gnome-shell-sass/_common.scss \
|
theme/gnome-shell-sass/_common.scss \
|
||||||
theme/gnome-shell-sass/_drawing.scss \
|
theme/gnome-shell-sass/_drawing.scss \
|
||||||
theme/gnome-shell-sass/_high-contrast-colors.scss \
|
theme/gnome-shell-sass/_high-contrast-colors.scss \
|
||||||
theme/gnome-shell-sass/gnome-shell-sass.doap
|
theme/gnome-shell-sass/gnome-shell-sass.doap \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir)/theme --generate-dependencies $(srcdir)/gnome-shell-theme.gresource.xml)
|
resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir)/theme --generate-dependencies $(srcdir)/gnome-shell-theme.gresource.xml)
|
||||||
gnome-shell-theme.gresource: gnome-shell-theme.gresource.xml $(resource_files)
|
gnome-shell-theme.gresource: gnome-shell-theme.gresource.xml $(resource_files)
|
||||||
@ -100,7 +104,8 @@ EXTRA_DIST = \
|
|||||||
org.gnome.Shell.PortalHelper.service.in \
|
org.gnome.Shell.PortalHelper.service.in \
|
||||||
org.gnome.shell.gschema.xml.in.in \
|
org.gnome.shell.gschema.xml.in.in \
|
||||||
gnome-shell-theme.gresource.xml \
|
gnome-shell-theme.gresource.xml \
|
||||||
$(resource_files)
|
$(resource_files) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
CLEANFILES += \
|
CLEANFILES += \
|
||||||
gnome-shell.desktop.in \
|
gnome-shell.desktop.in \
|
||||||
@ -113,4 +118,5 @@ CLEANFILES += \
|
|||||||
gschemas.compiled \
|
gschemas.compiled \
|
||||||
org.gnome.shell.gschema.valid \
|
org.gnome.shell.gschema.valid \
|
||||||
org.gnome.shell.gschema.xml.in \
|
org.gnome.shell.gschema.xml.in \
|
||||||
gnome-shell-theme.gresource
|
gnome-shell-theme.gresource \
|
||||||
|
$(NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user