From: drh Date: Wed, 1 Nov 2006 12:20:16 +0000 (+0000) Subject: Modify Makefile.in to install sqlite3ext.h. (CVS 3501) X-Git-Tag: version-3.6.10~2667 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9e376c556785367f651a12e5754f860d3d4664;p=thirdparty%2Fsqlite.git Modify Makefile.in to install sqlite3ext.h. (CVS 3501) FossilOrigin-Name: 35c8c4781736d45019d8b823b8517c24622d3313 --- diff --git a/Makefile.in b/Makefile.in index 8486d5cb1d..6ec95da15c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -667,6 +667,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) -d $(DESTDIR)$(libdir)/pkgconfig; $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig; diff --git a/manifest b/manifest index f90cde54c3..296a0bf098 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Remove\sdead\scode\sfrom\sbtree.c.\s\sTicket\s#2050.\s(CVS\s3500) -D 2006-11-01T12:08:41 -F Makefile.in 4379c909d46b38b8c5db3533084601621d4f14b2 +C Modify\sMakefile.in\sto\sinstall\ssqlite3ext.h.\s(CVS\s3501) +D 2006-11-01T12:20:17 +F Makefile.in 8e14898d41a53033ecb687d93c9cd5d109fb9ae3 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F VERSION 9e94305f713b6e93b9432b92796b3b28d9bf0a93 @@ -419,7 +419,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P a19ce5c1c4e86d141f7e04af6babeb2ecb75b523 -R 73238275922b5fad9333a4846621a7e2 +P dbd0125c62457681689db48e1f0a752767855773 +R b2d3160a61eff3adb50a97d122db9c22 U drh -Z 72b5a278ab323c8b0c34502e22c57218 +Z a3a19609508ddd620894806968863c6c diff --git a/manifest.uuid b/manifest.uuid index fedcaf86ed..4fe0e3097d 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -dbd0125c62457681689db48e1f0a752767855773 \ No newline at end of file +35c8c4781736d45019d8b823b8517c24622d3313 \ No newline at end of file