]> granicus.if.org Git - postgresql/commitdiff
Fix Cygwin build, per Jason Tishler.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Aug 2001 13:52:06 +0000 (13:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Aug 2001 13:52:06 +0000 (13:52 +0000)
src/tutorial/Makefile

index b734db13be6a68e0a202b77a56c756b881d14025..cdbc2318a04a71dc4e56d232bbcc29fd44963041 100644 (file)
@@ -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.13 2001/08/09 13:52:06 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