aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/ChangeLog4
-rw-r--r--gpgme/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index 87ab87b0..69dac346 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,5 +1,9 @@
2002-02-01 Marcus Brinkmann <[email protected]>
+ * Makefile.am (MOSTLYCLEANFILES): New variable.
+
+2002-02-01 Marcus Brinkmann <[email protected]>
+
* engine-gpgsm.c (gpgsm_status_handler): At error, terminate the
connection to the server.
diff --git a/gpgme/Makefile.am b/gpgme/Makefile.am
index ffc808d4..9bec612d 100644
--- a/gpgme/Makefile.am
+++ b/gpgme/Makefile.am
@@ -21,6 +21,7 @@
EXTRA_DIST = gpgme-config.in gpgme.m4 mkerrors mkstatus
BUILT_SOURCES = errors.c status-table.h
+MOSTLYCLEANFILES = errors.c status-table.h
bin_SCRIPTS = gpgme-config
m4datadir = $(datadir)/aclocal
m4data_DATA = gpgme.m4