From: drh Date: Sat, 6 Jan 2007 13:10:30 +0000 (+0000) Subject: Fix the makefile to correctly install sqlite3ext.h. Ticket #2145 (CVS 3568) X-Git-Tag: version-3.6.10~2600 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f33be579093672b10c0c9b03a4afbf6dfc4cfac0;p=thirdparty%2Fsqlite.git Fix the makefile to correctly install sqlite3ext.h. Ticket #2145 (CVS 3568) FossilOrigin-Name: be410fee681554653756d170e45ce00f0c9477ab --- diff --git a/Makefile.in b/Makefile.in index 01450dd0d2..96e4b31d6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -665,7 +665,7 @@ install: sqlite3 libsqlite3.la sqlite3.h ${HAVE_TCL:1=tcl_install} $(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin $(INSTALL) -d $(DESTDIR)$(prefix)/include $(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include - $(INSTALL) -m 0644 src/sqlite3ext.h $(DESTDIR)$(prefix)/include + $(INSTALL) -m 0644 $(TOP)/src/sqlite3ext.h $(DESTDIR)$(prefix)/include $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig; $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig; diff --git a/manifest b/manifest index cde08191ae..60f5f97d02 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Fix\stypo\sin\schanges.html.\s(CVS\s3567) -D 2007-01-06T13:05:35 -F Makefile.in 63a71177ed4355c829229affe11167bd28c85884 +C Fix\sthe\smakefile\sto\scorrectly\sinstall\ssqlite3ext.h.\s\sTicket\s#2145\s(CVS\s3568) +D 2007-01-06T13:10:31 +F Makefile.in a3fb1f739fd807bb3f496bd3dc41ed2b81d25e22 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F VERSION b75cfeea5b7283ffac7f9da837a6436b21bd01ca @@ -424,7 +424,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 520f6583e3467b964dcdba873857ace5a9c4ee19 -R f51f35f70f94fe8746337ad691614083 +P cc1df49b7a54fb11ccaa83e70f8a024d733744a5 +R 112573b5c5a836345543dd9e3faa19ff U drh -Z 01287f755bda07969cabb1d81b5a00af +Z eed9c56157fb4a617bc29f202fbb8a4d diff --git a/manifest.uuid b/manifest.uuid index ccd4ecfaf6..8a91e22b87 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -cc1df49b7a54fb11ccaa83e70f8a024d733744a5 \ No newline at end of file +be410fee681554653756d170e45ce00f0c9477ab \ No newline at end of file