12 lines
454 B
Diff
12 lines
454 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -681,7 +681,7 @@
|
|
$(LIBREADLINE) $(TLIBS) -rpath "$(libdir)"
|
|
|
|
sqldiff$(TEXE): $(TOP)/tool/sqldiff.c sqlite3.lo sqlite3.h
|
|
- $(LTLINK) -o $@ $(TOP)/tool/sqldiff.c sqlite3.lo $(TLIBS)
|
|
+ $(LTLINK) -I$(TOP)/ext/consio -o $@ $(TOP)/tool/sqldiff.c $(TOP)/ext/consio/console_io.c sqlite3.lo $(TLIBS)
|
|
|
|
dbhash$(TEXE): $(TOP)/tool/dbhash.c sqlite3.lo sqlite3.h
|
|
$(LTLINK) -o $@ $(TOP)/tool/dbhash.c sqlite3.lo $(TLIBS)
|