summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2017-12-11 14:38:33 +1100
committerDarren Tucker <dtucker@zip.com.au>2017-12-11 14:38:33 +1100
commit79c0e1d29959304e5a49af1dbc58b144628c09f3 (patch)
tree8ae564d1b5672d82a45e806bb52c5a177315c01f /configure.ac
parentf001de8fbf7f3faddddd8efd03df18e57601f7eb (diff)
Add autogenerated dependency info to Makefile.
Adds a .depend file containing dependency information generated by makedepend, which is appended to the generated Makefile by configure. You can regen the file with "make -f Makefile.in depend" if necessary, but we'll be looking at some way to automatically keep this up to date. "no objection" djm@
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d49660516..c14f484b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5068,6 +5068,7 @@ AC_SUBST([TEST_SSH_IPV6], [$TEST_SSH_IPV6])
5068AC_SUBST([TEST_SSH_UTF8], [$TEST_SSH_UTF8]) 5068AC_SUBST([TEST_SSH_UTF8], [$TEST_SSH_UTF8])
5069AC_SUBST([TEST_MALLOC_OPTIONS], [$TEST_MALLOC_OPTIONS]) 5069AC_SUBST([TEST_MALLOC_OPTIONS], [$TEST_MALLOC_OPTIONS])
5070AC_SUBST([UNSUPPORTED_ALGORITHMS], [$unsupported_algorithms]) 5070AC_SUBST([UNSUPPORTED_ALGORITHMS], [$unsupported_algorithms])
5071AC_SUBST([DEPEND], [$(cat $srcdir/.depend)])
5071 5072
5072CFLAGS="${CFLAGS} ${CFLAGS_AFTER}" 5073CFLAGS="${CFLAGS} ${CFLAGS_AFTER}"
5073LDFLAGS="${LDFLAGS} ${LDFLAGS_AFTER}" 5074LDFLAGS="${LDFLAGS} ${LDFLAGS_AFTER}"