mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Install dummy sqlda.h file since this is needed for compatibility.
This commit is contained in:
@ -1688,6 +1688,10 @@ Sun Oct 19 15:20:16 CEST 2003
|
|||||||
|
|
||||||
- Need to check for both Informic compat modes when parsing include
|
- Need to check for both Informic compat modes when parsing include
|
||||||
files.
|
files.
|
||||||
|
|
||||||
|
Mon Oct 20 14:53:40 CEST 2003
|
||||||
|
|
||||||
|
- Install dummy sqlda.h file.
|
||||||
- Set ecpg version to 3.0.0
|
- Set ecpg version to 3.0.0
|
||||||
- Set ecpg library to 4.0.0
|
- Set ecpg library to 4.0.0
|
||||||
- Set pgtypes library to 1.0.0
|
- Set pgtypes library to 1.0.0
|
||||||
|
@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
install: all installdirs install-headers
|
install: all installdirs install-headers
|
||||||
|
|
||||||
.PHONY: install-headers
|
.PHONY: install-headers
|
||||||
ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informix.h pgtypes_error.h pgtypes_numeric.h pgtypes_timestamp.h pgtypes_date.h datetime.h decimal.h pgtypes_interval.h sqltypes.h compatlib.h
|
ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informix.h pgtypes_error.h pgtypes_numeric.h pgtypes_timestamp.h pgtypes_date.h datetime.h decimal.h pgtypes_interval.h sqltypes.h compatlib.h sqlda.h
|
||||||
|
|
||||||
install-headers: $(ecpg_headers)
|
install-headers: $(ecpg_headers)
|
||||||
for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done
|
for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done
|
||||||
|
Reference in New Issue
Block a user