|
7 | 7 | # |
8 | 8 | # |
9 | 9 | # IDENTIFICATION |
10 | | -# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.11 1999/06/30 23:57:29 tgl Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.12 2000/03/02 02:01:00 momjian Exp $ |
11 | 11 | # |
12 | 12 | #------------------------------------------------------------------------- |
13 | 13 | @SET_MAKE@ |
@@ -37,7 +37,7 @@ OBJS = info.o bind.o columninfo.o connection.o convert.o drvconn.o \ |
37 | 37 | pgtypes.o psqlodbc.o qresult.o results.o socket.o parse.o statement.o \ |
38 | 38 | gpps.o tuple.o tuplelist.o dlg_specific.o $(OBJX) |
39 | 39 |
|
40 | | -SHLIB_LINK= $(LIBS) |
| 40 | +SHLIB_LINK= $(LD_FLAGS) |
41 | 41 |
|
42 | 42 | # Shared library stuff, also default 'all' target |
43 | 43 | include $(SRCDIR)/Makefile.shlib |
|