summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-07-31 17:45:11 +0200
committerWerner Koch <wk@gnupg.org>2003-07-31 17:45:11 +0200
commiteba8c186578ff18536998b9554dc2230485a21b0 (patch)
tree02dc2db90781b4873ecc540a7cf256c151f75551 /Makefile.am
parent* gpgsm.c (main): Add secmem features and set the random seed file. (diff)
downloadgnupg2-eba8c186578ff18536998b9554dc2230485a21b0.tar.xz
gnupg2-eba8c186578ff18536998b9554dc2230485a21b0.zip
minor changes to make make distcheck happy
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f5c443d5..be749a5c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,7 @@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = scripts/config.rpath autogen.sh
+DISTCLEANFILES = g10defs.h
if BUILD_GPG
gpg = g10
@@ -45,7 +46,9 @@ scd =
endif
SUBDIRS = m4 intl jnlib common kbx \
- ${gpg} ${sm} ${agent} ${scd} po doc tests
+ ${gpg} ${sm} ${agent} ${scd} po doc
+
+#tests