Show
Ignore:
Timestamp:
09/16/09 11:33:07 (3 years ago)
Author:
leo
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • XerialJ/trunk/sqlite-jdbc/sqlitejdbc/Makefile.nested

    r3590 r3591  
    5858        perl -pi -e "s/^opendb_out:/  if(!db->mallocFailed && rc==SQLITE_OK){ rc = RegisterExtensionFunctions(db); }\nopendb_out:/;" \ 
    5959            build/$(sqlite)-nestedvm/sqlite3.c 
     60        cat ext/*.c >> build/$(sqlite)-nestedvm/sqlite3.c 
    6061        (. ./$(nestedvm)/env.sh; cd build/$(sqlite)-nestedvm; \ 
    6162        $$CC -c $$CFLAGS -I. -o sqlite3.o \