]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix the makefile to correctly install sqlite3ext.h. Ticket #2145 (CVS 3568)
authordrh <drh@noemail.net>
Sat, 6 Jan 2007 13:10:30 +0000 (13:10 +0000)
committerdrh <drh@noemail.net>
Sat, 6 Jan 2007 13:10:30 +0000 (13:10 +0000)
FossilOrigin-Name: be410fee681554653756d170e45ce00f0c9477ab

Makefile.in
manifest
manifest.uuid

index 01450dd0d2537be246ae687f8d62166592b05fda..96e4b31d6c6e35fec5e5e0d1677e39fb6bc7d18a 100644 (file)
@@ -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; 
 
index cde08191ae320cb59fa6f62d21c324fb67ecde23..60f5f97d023196fea38c509e4c682d3df06c4bb9 100644 (file)
--- 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
index ccd4ecfaf6ed38eccc680bbe23d606b46a23d690..8a91e22b87c1c42450a1e3af1ed62a1e7bd7649a 100644 (file)
@@ -1 +1 @@
-cc1df49b7a54fb11ccaa83e70f8a024d733744a5
\ No newline at end of file
+be410fee681554653756d170e45ce00f0c9477ab
\ No newline at end of file