make distclean
does not seem to clear off the sqlite3.c no tsrc directories.
My current build script:
configure
make distclean
configure --enable-threadsafe --disable-tcl --enable-tempstore
make sqlite3.c
make
How does one now build libraries static and shared based upon the amalgamated
source?
Thanks for any help.

