diff options
author | Russ Allbery <rra@stanford.edu> | 2007-10-08 22:32:08 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-10-08 22:32:08 +0000 |
commit | c765ce417eef72b9fa7f223d8a3e6f621fb5925a (patch) | |
tree | a00741be5e0d10a1f9730cf9b0d89f293712d71d /Makefile.am | |
parent | e1d816c48a34f2c0e0fb0262a7ae9f9614ca82e8 (diff) |
Remove the Automake helper programs on make maintainer-clean.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 618b1bc..995a1c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,8 @@ warnings: DISTCLEANFILES = perl/Makefile MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.h.in~ \ configure client/wallet.1 kasetkey/kasetkey.8 \ - server/keytab-backend.8 server/wallet-backend.8 + server/keytab-backend.8 server/wallet-backend.8 tools/compile \ + tools/depcomp tools/install-sh tools/missing # Take appropriate actions in the Perl directory as well. all-local: |