summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorIain Lane <iainl@gnome.org>2019-02-25 13:01:33 +0000
committerIain Lane <iainl@gnome.org>2019-02-25 16:32:22 +0000
commit28262a83d1b2824d51dbeaa2202762bf1b68fd53 (patch)
tree649542ee611ea1270fb1b98bcbf8c5c9f215143b /data
parent4d5e8ca9466a3903c4360cabb3c89ed018dd3e35 (diff)
downloadgdm-28262a83d1b2824d51dbeaa2202762bf1b68fd53.tar.gz
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.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am7
1 files changed, 3 insertions, 4 deletions
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 = \