diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-06-12 17:58:20 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-06-12 17:58:20 +0000 |
| commit | b45ea42234879441c7d28f427e28b9cc4e678597 (patch) | |
| tree | 28044c8e6944f971a1a1ff4c84caf40a073ff3f0 /src/interfaces/odbc/GNUmakefile.in | |
| parent | b0929c82ac3e38c757d110cfeb4edd1eb2e2702a (diff) | |
| download | postgresql-b45ea42234879441c7d28f427e28b9cc4e678597.tar.gz | |
Back out old unixodbc patches and apply new ones. Nick Gorham
Diffstat (limited to 'src/interfaces/odbc/GNUmakefile.in')
| -rw-r--r-- | src/interfaces/odbc/GNUmakefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/interfaces/odbc/GNUmakefile.in b/src/interfaces/odbc/GNUmakefile.in index 819402c30b..23a84c5767 100644 --- a/src/interfaces/odbc/GNUmakefile.in +++ b/src/interfaces/odbc/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.13 2000/06/06 22:01:09 petere Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.14 2000/06/12 17:58:20 momjian Exp $ # #------------------------------------------------------------------------- @SET_MAKE@ @@ -38,12 +38,11 @@ OBJS = info.o bind.o columninfo.o connection.o convert.o drvconn.o \ gpps.o tuple.o tuplelist.o dlg_specific.o $(OBJX) SHLIB_LINK= $(LD_FLAGS) +SHLIB_LINK+= $(SHLIB_ODBC) # Shared library stuff, also default 'all' target include $(SRCDIR)/Makefile.shlib -LDFLAGS_SL+= $(LDFLAGS_ODBC) - .PHONY: install install-ini beforeinstall-headers install-headers install: $(HEADERDIR) $(LIBDIR) $(ODBCINST) install-headers \ |
