aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-11-22 03:07:10 +0000
committerMarcus Brinkmann <[email protected]>2001-11-22 03:07:10 +0000
commit862ef3cf1c3393f02c78f9c4509f647526bf0438 (patch)
tree89842aeb0e66c8a4aaee4b38e6094f8d0324f5d7
parent2001-11-22 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-862ef3cf1c3393f02c78f9c4509f647526bf0438.tar.gz
gpgme-862ef3cf1c3393f02c78f9c4509f647526bf0438.zip
2001-11-22 Marcus Brinkmann <[email protected]>
* configure.ac (AC_CONFIG_FILES): Add tests/gpg/Makefile and tests/gpgsm/Makefile.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d5b7d1c..e98b1b46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-22 Marcus Brinkmann <[email protected]>
+
+ * configure.ac (AC_CONFIG_FILES): Add tests/gpg/Makefile and
+ tests/gpgsm/Makefile.
+
2001-11-21 Marcus Brinkmann <[email protected]>
* Makefile.am (gpgmeplug): New variable, set to gpgmeplug if
diff --git a/configure.ac b/configure.ac
index 4a3e12eb..928008a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,7 +200,8 @@ AC_SUBST(GPGME_LIBS)
AC_SUBST(GPGME_CFLAGS)
AC_CONFIG_FILES(Makefile assuan/Makefile jnlib/Makefile gpgme/Makefile
- tests/Makefile doc/Makefile
+ tests/Makefile tests/gpg/Makefile tests/gpgsm/Makefile
+ doc/Makefile
bonobo/Makefile complus/Makefile gpgmeplug/Makefile)
AC_CONFIG_FILES(gpgme/gpgme-config, chmod +x gpgme/gpgme-config)
AC_OUTPUT