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 5098293 commit de4dc29Copy full SHA for de4dc29
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.13 2001/08/09 13:52:06 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