diff options
author | Guido Günther <agx@sigxcpu.org> | 2016-07-21 13:24:58 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2016-07-21 13:24:58 +0200 |
commit | c344fdf9bef4f5d6c72fc37524bf8654d4c8fcc4 (patch) | |
tree | 28d09bd6afde8055f7b51dcd6b0f0b1ca31dac56 /Makefile.am | |
parent | New upstream version 3.15.4 (diff) | |
download | krb5-auth-dialog-c344fdf9bef4f5d6c72fc37524bf8654d4c8fcc4.tar.gz krb5-auth-dialog-c344fdf9bef4f5d6c72fc37524bf8654d4c8fcc4.tar.bz2 krb5-auth-dialog-c344fdf9bef4f5d6c72fc37524bf8654d4c8fcc4.zip |
New upstream version 3.20.0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index ac205d9..85b7cb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,18 +6,14 @@ EXTRA_DIST = \ krb5-auth-dialog.spec \ MAINTAINERS \ CodingStyle \ - gnome-doc-utils.make \ $(NULL) DISTCLEANFILES = \ intltool-extract \ intltool-merge \ intltool-update \ - gnome-doc-utils.make \ $(NULL) -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper - dist-hook: @if test -d "$(srcdir)/.git"; \ then \ |