summaryrefslogtreecommitdiff
path: root/pam-extensions
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 /pam-extensions
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 'pam-extensions')
-rw-r--r--pam-extensions/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/pam-extensions/Makefile.am b/pam-extensions/Makefile.am
index 572494ac..a43c5c88 100644
--- a/pam-extensions/Makefile.am
+++ b/pam-extensions/Makefile.am
@@ -19,5 +19,9 @@ pam_extensions_include_HEADERS = gdm-pam-extensions.h
endif
EXTRA_DIST = \
+ gdm-pam-extensions.pc.in \
+ $(NULL)
+
+CLEANFILES = \
gdm-pam-extensions.pc \
$(NULL)