Update makefile.in so that makefiles generated by configure correctly copy in rtree source files to tsrc. (CVS 5169)
FossilOrigin-Name: e015fa44586b2444c78da413af50787e2690046e
This commit is contained in:
parent
7dc89e6514
commit
ca57b87efe
@ -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
|
||||
|
14
manifest
14
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
|
||||
|
@ -1 +1 @@
|
||||
d895e85e2f9b595e58562d57226404f72db89a60
|
||||
e015fa44586b2444c78da413af50787e2690046e
|
Loading…
x
Reference in New Issue
Block a user