]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update makefile.in so that makefiles generated by configure correctly copy in rtree...
authorshane <shane@noemail.net>
Wed, 28 May 2008 17:31:17 +0000 (17:31 +0000)
committershane <shane@noemail.net>
Wed, 28 May 2008 17:31:17 +0000 (17:31 +0000)
FossilOrigin-Name: e015fa44586b2444c78da413af50787e2690046e

Makefile.in
manifest
manifest.uuid

index 7c0c37d24289d6ff7beb67e32eb56ff6c41dd5d7..7a1aefa7cb20f6901863829c5a5985c213fdd1fd 100644 (file)
@@ -291,6 +291,9 @@ SRC += \
   $(TOP)/ext/fts3/fts3_tokenizer1.c
 SRC += \
   $(TOP)/ext/icu/icu.c
+SRC += \
+  $(TOP)/ext/rtree/rtree.h \
+  $(TOP)/ext/rtree/rtree.c
 
 # Source code to the library files needed by the test fixture
 #
@@ -385,6 +388,8 @@ HDR += \
   $(TOP)/ext/fts3/fts3.h \
   $(TOP)/ext/fts3/fts3_hash.h \
   $(TOP)/ext/fts3/fts3_tokenizer.h
+HDR += \
+  $(TOP)/ext/rtree/rtree.h
 
 # If using the amalgamation, use sqlite3.c directly to build the test
 # fixture.  Otherwise link against libsqlite3.la.  (This distinction is
index 44bc2dedcffa78976eaa0bcc036e76d6c1cbe31e..6b6782a3020175817adf6a45636bd520a6b60ceb 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,7 +1,7 @@
-C Add\sanother\stest\scase\sto\svacuum3.test.\s(CVS\s5168)
-D 2008-05-28T16:00:44
+C Update\smakefile.in\sso\sthat\smakefiles\sgenerated\sby\sconfigure\scorrectly\scopy\sin\srtree\ssource\sfiles\sto\stsrc.\s(CVS\s5169)
+D 2008-05-28T17:31:17
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
-F Makefile.in 79aeba12300a54903f1b1257c1e7c190234045dd
+F Makefile.in 62b2a40ff5944dd33c9c3184b21f720ea8e48a44
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
 F README b974cdc3f9f12b87e851b04e75996d720ebf81ac
 F VERSION 0993b4f2f08c496fab78af42928b6dc745f8a2e1
@@ -590,7 +590,7 @@ F tool/speedtest16.c 6f5bc019dcf8b6537f379bbac0408a9e1a86f0b6
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c e74126bc12178fa29904f711bb100212a5448041
 F tool/speedtest8inst1.c 025879132979a5fdec11218472cba6cf8f6ec854
-P 281589a22fa481b1dfcae69fc124458d240a0ae1
-R 72b1a8e0570f1b1b4348f8913a91c9fc
-U danielk1977
-Z 1de14a60b868de4d19e60e04fe0b2854
+P d895e85e2f9b595e58562d57226404f72db89a60
+R 9b46e4a38cf339a8c54a1e3bed6bf939
+U shane
+Z 58c82cf29be6c981634c421838ecea8a
index 72bcd03b46de50749afe94eac4981634a0c9b99c..5800f00c654163467a7ac9153a2598cf1bed37dd 100644 (file)
@@ -1 +1 @@
-d895e85e2f9b595e58562d57226404f72db89a60
\ No newline at end of file
+e015fa44586b2444c78da413af50787e2690046e
\ No newline at end of file