From ca57b87efe2b89967aa20411892d96fc02346847 Mon Sep 17 00:00:00 2001 From: shane Date: Wed, 28 May 2008 17:31:17 +0000 Subject: [PATCH] Update makefile.in so that makefiles generated by configure correctly copy in rtree source files to tsrc. (CVS 5169) FossilOrigin-Name: e015fa44586b2444c78da413af50787e2690046e --- Makefile.in | 5 +++++ manifest | 14 +++++++------- manifest.uuid | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7c0c37d242..7a1aefa7cb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/manifest b/manifest index 44bc2dedcf..6b6782a302 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 72bcd03b46..5800f00c65 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -d895e85e2f9b595e58562d57226404f72db89a60 \ No newline at end of file +e015fa44586b2444c78da413af50787e2690046e \ No newline at end of file