File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1688,6 +1688,10 @@ Sun Oct 19 15:20:16 CEST 2003
1688
1688
1689
1689
- Need to check for both Informic compat modes when parsing include
1690
1690
files.
1691
+
1692
+ Mon Oct 20 14:53:40 CEST 2003
1693
+
1694
+ - Install dummy sqlda.h file.
1691
1695
- Set ecpg version to 3.0.0
1692
1696
- Set ecpg library to 4.0.0
1693
1697
- Set pgtypes library to 1.0.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
5
5
install : all installdirs install-headers
6
6
7
7
.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
9
9
10
10
install-headers : $(ecpg_headers )
11
11
for i in $^; do $( INSTALL_DATA) $$ i $( DESTDIR) $( includedir) ; done
You can’t perform that action at this time.
0 commit comments