From 28262a83d1b2824d51dbeaa2202762bf1b68fd53 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 25 Feb 2019 13:01:33 +0000 Subject: build: Don't dist generated files Various generated files are ending up being disted, which is wrong becuase they leak the maintainer's prefix into the tarball and are generated anyway during build. --- data/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 162074f1..210bf5d1 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -168,10 +168,8 @@ EXTRA_DIST += \ $(dconf_db_files) \ $(gsettings_SCHEMAS) \ $(schemas_in_files) \ - $(schemas_DATA) \ $(dbusconf_in_files) \ $(localealias_DATA) \ - $(udevrules_DATA) \ gdm.conf-custom.in \ Xsession.in \ Init.in \ @@ -181,8 +179,11 @@ EXTRA_DIST += \ $(NULL) CLEANFILES = \ + 61-gdm.rules \ Xsession \ gdm.conf-custom \ + gdm.schemas \ + gnome-login.session \ Init \ PreSession \ PostSession \ @@ -191,8 +192,6 @@ CLEANFILES = \ DISTCLEANFILES = \ $(dbusconf_DATA) \ - gdm.schemas \ - gnome-login.session \ $(NULL) MAINTAINERCLEANFILES = \ -- cgit v1.2.1