summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am5
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2efc1bf23..b846f27a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-31 Werner Koch <wk@gnupg.org>
+
+ * Makefile.am (DISTCLEANFILES): Add g10defs.h
+
2003-06-18 Werner Koch <wk@gnupg.org>
* configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
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
diff --git a/configure.ac b/configure.ac
index 6f7782b1c..9d8aef9ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1018,9 +1018,9 @@ sm/Makefile
agent/Makefile
scd/Makefile
doc/Makefile
-tests/Makefile
])
AC_OUTPUT
+#tests/Makefile
echo "