diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |