1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Include appropriate flags for resolved shared library LDFLAGS_ODBC

to allow ODBC library to be linked.
This commit is contained in:
Thomas G. Lockhart
1998-10-28 06:49:10 +00:00
parent f5bd98c67d
commit 20a034d5bd
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.8 1998/10/21 05:39:19 thomas Exp $
# $Header: /cvsroot/pgsql/src/interfaces/odbc/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