From: drh Date: Fri, 5 Jan 2018 19:49:54 +0000 (+0000) Subject: Fix the autoconf makefile so that it builds testfixture correctly. X-Git-Tag: version-3.22.0~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=411dfd4e6dc25a3b5e763b03ac1e7aeca46ee44d;p=thirdparty%2Fsqlite.git Fix the autoconf makefile so that it builds testfixture correctly. FossilOrigin-Name: fbfe04c0b4f261789cbda3d2e98d12508181c283eab0bb757b081f0383e891bd --- diff --git a/Makefile.in b/Makefile.in index f6933f6c7e..da01248f4f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -447,7 +447,8 @@ TESTSRC += \ $(TOP)/ext/misc/spellfix.c \ $(TOP)/ext/misc/totype.c \ $(TOP)/ext/misc/unionvtab.c \ - $(TOP)/ext/misc/wholenumber.c + $(TOP)/ext/misc/wholenumber.c \ + $(TOP)/ext/misc/zipfile.c # Source code to the library files needed by the test fixture # diff --git a/manifest b/manifest index 053d4e4270..bc23c568bb 100644 --- a/manifest +++ b/manifest @@ -1,8 +1,8 @@ -C Sync\sup\sthe\sautoconf\sMakefile\sfor\sMSVC. -D 2018-01-05T19:28:16.538 +C Fix\sthe\sautoconf\smakefile\sso\sthat\sit\sbuilds\stestfixture\scorrectly. +D 2018-01-05T19:49:54.732 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea -F Makefile.in f5c6285ac43b2e567d6cf463dff3744da960a19f2cf141744b4472842a97681e +F Makefile.in c4a9842dcd07572a106da739fa4f76d5ae228e3c4c40c859c84ceaa71c36348e F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc d429170f3c6d35390280ce0dff79fa0ef3ec5bb11ff981d0195a77a97cd8f67f F README.md eeae1e552f93ef72ef7c5b8f6647b368a001c28820ad1df179d3dae602bef681 @@ -1694,7 +1694,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P eaa9c0dda73808f1458f9968be59947636fbd4781c9fc535eb50bcaf790093c1 -R aebea1e00e37b18810f9236f36666933 -U mistachkin -Z b1ea0ac834ae5e03c81c10b82e8229f6 +P da8712bdb8f69dee9efb42b74d0b2ec10043f281c5f93e2724078bdf1370ecb1 +R 3f6a7684abe5e233e60eee143543b86b +U drh +Z 40c46b9c1ab67658db9ed4b73dac85b2 diff --git a/manifest.uuid b/manifest.uuid index b571106f7f..23f8f09cd2 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -da8712bdb8f69dee9efb42b74d0b2ec10043f281c5f93e2724078bdf1370ecb1 \ No newline at end of file +fbfe04c0b4f261789cbda3d2e98d12508181c283eab0bb757b081f0383e891bd \ No newline at end of file