mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Fix Cygwin build, per Jason Tishler.
This commit is contained in:
parent
6281f348df
commit
12c8c6af15
@ -4,7 +4,7 @@
|
|||||||
# Makefile for tutorial
|
# Makefile for tutorial
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.12 2000/10/20 21:04:27 petere Exp $
|
# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.12.2.1 2001/08/09 13:52:15 tgl Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -13,6 +13,7 @@ top_builddir = ../..
|
|||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
override CFLAGS+= $(CFLAGS_SL)
|
override CFLAGS+= $(CFLAGS_SL)
|
||||||
|
override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
|
||||||
|
|
||||||
#
|
#
|
||||||
# DLOBJS is the dynamically-loaded object files. The "funcs" queries
|
# DLOBJS is the dynamically-loaded object files. The "funcs" queries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user