From: Tom Lane Date: Thu, 9 Aug 2001 13:52:15 +0000 (+0000) Subject: Fix Cygwin build, per Jason Tishler. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=010cd4ae50648739529463a937b70e4393c35b99;p=users%2Fbernd%2Fpostgres.git Fix Cygwin build, per Jason Tishler. --- diff --git a/src/tutorial/Makefile b/src/tutorial/Makefile index 976ace5d19..f61c16f3d9 100644 --- a/src/tutorial/Makefile +++ b/src/tutorial/Makefile @@ -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