From: Thomas G. Lockhart Date: Wed, 28 Oct 1998 06:49:10 +0000 (+0000) Subject: Include appropriate flags for resolved shared library LDFLAGS_ODBC X-Git-Tag: REL6_5~18 X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=9d7ec6a5f60a6b304b888ae33eca4b1341478b3f;p=psqlodbc.git Include appropriate flags for resolved shared library LDFLAGS_ODBC to allow ODBC library to be linked. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 0bcd2fa..3f49860 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile.in,v 1.8 1998/10/21 05:39:19 thomas Exp $ +# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile.in,v 1.9 1998/10/28 06:49:10 thomas Exp $ # #------------------------------------------------------------------------- @SET_MAKE@ @@ -42,6 +42,7 @@ SHLIB_LINK= $(LIBS) # Shared library stuff, also default 'all' target include $(SRCDIR)/Makefile.shlib +LDFLAGS_SL+= $(LDFLAGS_ODBC) .PHONY: install install-ini beforeinstall-headers install-headers