Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3b72087

Browse files
author
Michael Meskes
committed
Install dummy sqlda.h file since this is needed for compatibility.
1 parent 41e6e36 commit 3b72087

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/interfaces/ecpg/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,10 @@ Sun Oct 19 15:20:16 CEST 2003
16881688

16891689
- Need to check for both Informic compat modes when parsing include
16901690
files.
1691+
1692+
Mon Oct 20 14:53:40 CEST 2003
1693+
1694+
- Install dummy sqlda.h file.
16911695
- Set ecpg version to 3.0.0
16921696
- Set ecpg library to 4.0.0
16931697
- Set pgtypes library to 1.0.0

src/interfaces/ecpg/include/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
55
install: all installdirs install-headers
66

77
.PHONY: install-headers
8-
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
8+
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
99

1010
install-headers: $(ecpg_headers)
1111
for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done

0 commit comments

Comments
 (0)