aboutsummaryrefslogtreecommitdiff
path: root/autoconf/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/Makefile.in')
-rw-r--r--autoconf/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/Makefile.in b/autoconf/Makefile.in
index aaa23b7de..a77386fae 100644
--- a/autoconf/Makefile.in
+++ b/autoconf/Makefile.in
@@ -224,7 +224,7 @@ install: install-lib
#
ENABLE_STATIC_SHELL = @ENABLE_STATIC_SHELL@
sqlite3-shell-link-flags.1 = $(TOP)/sqlite3.c $(LDFLAGS.libsqlite3)
-sqlite3-shell-link-flags.0 = -L. -lsqlite3 $(LDFLAGS.zlib)
+sqlite3-shell-link-flags.0 = -L. -lsqlite3 $(LDFLAGS.zlib) $(LDFLAGS.math)
sqlite3-shell-deps.1 = $(TOP)/sqlite3.c
sqlite3-shell-deps.0 = $(libsqlite3.DLL)
#