Skip to content

Commit de4dc29

Browse files
committed
Fix Cygwin build, per Jason Tishler.
1 parent 5098293 commit de4dc29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tutorial/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for tutorial
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.12 2000/10/20 21:04:27 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.13 2001/08/09 13:52:06 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -13,6 +13,7 @@ top_builddir = ../..
1313
include $(top_builddir)/src/Makefile.global
1414

1515
override CFLAGS+= $(CFLAGS_SL)
16+
override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
1617

1718
#
1819
# DLOBJS is the dynamically-loaded object files. The "funcs" queries

0 commit comments

Comments
 (0)