mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-18 10:21:03 +03:00
Fix the makefile to correctly install sqlite3ext.h. Ticket #2145 (CVS 3568)
FossilOrigin-Name: be410fee681554653756d170e45ce00f0c9477ab
This commit is contained 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;
|
||||
|
||||
|
||||
12
manifest
12
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
|
||||
|
||||
@@ -1 +1 @@
|
||||
cc1df49b7a54fb11ccaa83e70f8a024d733744a5
|
||||
be410fee681554653756d170e45ce00f0c9477ab
|
||||
Reference in New Issue
Block a user