diff options
author | Hiroshi Inoue | 2001-08-21 05:21:09 +0000 |
---|---|---|
committer | Hiroshi Inoue | 2001-08-21 05:21:09 +0000 |
commit | c2f5d08c11176955c44d0a20c9ce7648157010ab (patch) | |
tree | ea15ac7a857cf3b20fbe996db59527819901915f /src/interfaces/odbc/GNUmakefile | |
parent | 18529514b1564ec79f08b95f2679428ee0fa3470 (diff) |
Fix a lot of compile errors on unix.
Fix '\\' handling for bytea type.
Diffstat (limited to 'src/interfaces/odbc/GNUmakefile')
-rw-r--r-- | src/interfaces/odbc/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/GNUmakefile b/src/interfaces/odbc/GNUmakefile index 4d02a8d60c7..18ba94470e7 100644 --- a/src/interfaces/odbc/GNUmakefile +++ b/src/interfaces/odbc/GNUmakefile @@ -2,7 +2,7 @@ # # GNUMakefile for psqlodbc (Postgres ODBC driver) # -# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.16 2001/05/11 01:46:33 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.17 2001/08/21 05:21:09 inoue Exp $ # #------------------------------------------------------------------------- @@ -21,7 +21,7 @@ override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DHAVE_CONFIG_H -DODBCINSTDIR='"$(o OBJS = info.o bind.o columninfo.o connection.o convert.o drvconn.o \ environ.o execute.o lobj.o misc.o options.o \ pgtypes.o psqlodbc.o qresult.o results.o socket.o parse.o statement.o \ - gpps.o tuple.o tuplelist.o dlg_specific.o $(OBJX) + gpps.o tuple.o tuplelist.o dlg_specific.o odbcapi.o $(OBJX) ifdef MULTIBYTE OBJS += multibyte.o |