From 010cd4ae50648739529463a937b70e4393c35b99 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 9 Aug 2001 13:52:15 +0000 Subject: [PATCH] Fix Cygwin build, per Jason Tishler. --- src/tutorial/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5