8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6281f34 commit 12c8c6aCopy full SHA for 12c8c6a
src/tutorial/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for tutorial
5
#
6
# IDENTIFICATION
7
-# $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.12.2.1 2001/08/09 13:52:15 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -13,6 +13,7 @@ top_builddir = ../..
13
include $(top_builddir)/src/Makefile.global
14
15
override CFLAGS+= $(CFLAGS_SL)
16
+override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
17
18
19
# DLOBJS is the dynamically-loaded object files. The "funcs" queries
0 commit comments