diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-08-09 13:52:06 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-08-09 13:52:06 +0000 |
commit | de4dc29a205ce0d2918d55a5912329fa54d761cd (patch) | |
tree | d281a7a2b29e4e69f4080e6559aa8e96e5d1836e /src | |
parent | 50982933f86f97b1fe29076fb6eaee554dacc4a6 (diff) | |
download | postgresql-de4dc29a205ce0d2918d55a5912329fa54d761cd.tar.gz postgresql-de4dc29a205ce0d2918d55a5912329fa54d761cd.zip |
Fix Cygwin build, per Jason Tishler.
Diffstat (limited to 'src')
-rw-r--r-- | src/tutorial/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tutorial/Makefile b/src/tutorial/Makefile index b734db13be6..cdbc2318a04 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.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 |