I guess that the sqlite authors only want to include the core library
in the amalgamation and rely on loadable extension modules for the rest. 

Perhaps fts1 and fts2 could be statically added to the amalgomation, but 
ifdef'd out by default.

--- David Crawshaw <[EMAIL PROTECTED]> wrote:
> I was wondering if it would be possible to include fts2 in the
> amalgamated version of the source code. It looks like all that needs
> to be done is add
> 
>     tclsh $(TOP)/ext/fts2/mkfts2amal.tcl
> 
> to the end of the target_source target in Makefile.in and then add
> 
>     fts2amal.c
> 
> to the end of the "foreach file" loop in tool/mksqlite3c.tcl. I
> hesitate because with the scripts effectively written for this, there
> is probably a reason why fts2 has been omitted.



       
____________________________________________________________________________________
Sick sense of humor? Visit Yahoo! TV's 
Comedy with an Edge to see what's on, when. 
http://tv.yahoo.com/collections/222

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to