]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add bitvec.lo to LIBOBJS and corresponding make rule (CVS 4813)
authormlcreech <mlcreech@noemail.net>
Wed, 27 Feb 2008 03:22:49 +0000 (03:22 +0000)
committermlcreech <mlcreech@noemail.net>
Wed, 27 Feb 2008 03:22:49 +0000 (03:22 +0000)
FossilOrigin-Name: 1d68f3af362f8bb5cdfbf60c60fb218bc316c5d0

Makefile.in
manifest
manifest.uuid

index 9f4d6aa88a39adf4417bd6edfe1a48a5f87ea5d4..e83d77d2baace1e5c8efb383a6a3ac4dd8c6cac7 100644 (file)
@@ -120,7 +120,7 @@ TCC += -DSQLITE_OMIT_LOAD_EXTENSION=1
 
 # Object files for the SQLite library.
 #
-LIBOBJ = alter.lo analyze.lo attach.lo auth.lo btmutex.lo btree.lo build.lo \
+LIBOBJ = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo btree.lo build.lo \
          callback.lo complete.lo date.lo \
          delete.lo expr.lo fault.lo func.lo \
          hash.lo journal.lo insert.lo loadext.lo \
@@ -365,6 +365,9 @@ attach.lo:  $(TOP)/src/attach.c $(HDR)
 auth.lo:       $(TOP)/src/auth.c $(HDR)
        $(LTCOMPILE) -c $(TOP)/src/auth.c
 
+bitvec.lo:     $(TOP)/src/bitvec.c $(HDR)
+       $(LTCOMPILE) -c $(TOP)/src/bitvec.c
+
 btmutex.lo:    $(TOP)/src/btmutex.c $(HDR)
        $(LTCOMPILE) -c $(TOP)/src/btmutex.c
 
index 932fb11570715a33f5e3494cc7f5411933646026..8204d474b77a0990f2de505d57357a7e61b3fda8 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,7 +1,7 @@
-C Fix\sa\smath\serror\swhen\scomputing\show\smuch\smemory\sto\sallocate\sfor\na\snew\spager.\s(CVS\s4812)
-D 2008-02-26T18:40:12
+C Add\sbitvec.lo\sto\sLIBOBJS\sand\scorresponding\smake\srule\s(CVS\s4813)
+D 2008-02-27T03:22:49
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
-F Makefile.in 6be8d7c60afa918807e77ec4459f8aff68c996d9
+F Makefile.in 7a58cbeeb384716b1cee15bd357a4c7fbf2e63ef
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
 F VERSION 2e206fc9458bf10a8c3ba2d13bf521a04ef441c6
@@ -621,7 +621,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P afe49d81f479715e13f18a97170d414a853a6cfe
-R 649927922b07188c537964c6ead196eb
-U drh
-Z 243dd7f11074028b0dbe322629885744
+P 690d05cedae236251778a71fdd32319846580fdf
+R f3c2098ae057326edc65d31d29ceb722
+U mlcreech
+Z c066edc23db8a3edab8c73bb4ea8b2ef
index b487419b087ac6b20b2451849464f4ae747c8f37..709292e7fd31c4d33303ec1639ed394a3fabad88 100644 (file)
@@ -1 +1 @@
-690d05cedae236251778a71fdd32319846580fdf
\ No newline at end of file
+1d68f3af362f8bb5cdfbf60c60fb218bc316c5d0
\ No newline at end of file