aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-08-09 13:52:15 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-08-09 13:52:15 +0000
commit12c8c6af15f6476db3fb4a4fd4ad79da4be0a06f (patch)
tree3f0c163e1eba4dd755050a8160c9fe6825a1c6d0
parent6281f348df13bba6ac65a8cdae0507596bd87870 (diff)
downloadpostgresql-12c8c6af15f6476db3fb4a4fd4ad79da4be0a06f.tar.gz
postgresql-12c8c6af15f6476db3fb4a4fd4ad79da4be0a06f.zip
Fix Cygwin build, per Jason Tishler.
-rw-r--r--src/tutorial/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tutorial/Makefile b/src/tutorial/Makefile
index b734db13be6..6cfe5d7492c 100644
--- a/src/tutorial/Makefile
+++ b/src/tutorial/Makefile
@@ -4,7 +4,7 @@
# Makefile for tutorial
#
# 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
override CFLAGS+= $(CFLAGS_SL)
+override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
#
# DLOBJS is the dynamically-loaded object files. The "funcs" queries