aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c29df6e5..ff98830d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-10-20 Marcus Brinkmann <[email protected]>
+ * configure.ac (AC_CONFIG_FILES): Remove assuan/Makefile.
+
+2009-10-20 Marcus Brinkmann <[email protected]>
+
* configure.ac: Replace internal libassuan by external libassuan.
* m4/libassuan.m4: New file.
* Makefile.am (assuan): Remove variable.
diff --git a/configure.ac b/configure.ac
index 9e0c3251..e685628d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -753,7 +753,7 @@ fi
#
# Create config files
-AC_CONFIG_FILES(Makefile assuan/Makefile src/Makefile
+AC_CONFIG_FILES(Makefile src/Makefile
tests/Makefile
tests/gpg/Makefile
tests/gpgsm/Makefile