aboutsummaryrefslogtreecommitdiff
path: root/contrib/notmuch-deliver/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/notmuch-deliver/configure.ac')
-rw-r--r--contrib/notmuch-deliver/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/notmuch-deliver/configure.ac b/contrib/notmuch-deliver/configure.ac
index b6142bc..4deb658 100644
--- a/contrib/notmuch-deliver/configure.ac
+++ b/contrib/notmuch-deliver/configure.ac
@@ -146,10 +146,11 @@ AC_SUBST([NOTMUCH_DELIVER_CFLAGS])
dnl }}}
dnl {{{ Output
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_LINKS([maildrop/numlib/config.h:config.h])
AC_OUTPUT(
Makefile
- numlib/Makefile
+ maildrop/numlib/Makefile
src/Makefile
)
dnl }}}