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 798fe1d commit 4335281Copy full SHA for 4335281
src/backend/replication/walreceiver/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for src/backend/replication/walreceiver
5
#
6
# IDENTIFICATION
7
-# $PostgreSQL: pgsql/src/backend/replication/walreceiver/Makefile,v 1.2 2010/01/15 20:34:11 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/replication/walreceiver/Makefile,v 1.3 2010/01/15 20:45:42 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -15,8 +15,10 @@ include $(top_builddir)/src/Makefile.global
15
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
16
17
OBJS = walreceiver.o
18
-SHLIB_LINK = $(libpq)
19
-NAME = walreceiver
+
+SHLIB_LINK = $(libpq) $(BE_DLLLIBS)
20
21
+NAME := walreceiver
22
23
all: submake-libpq all-shared-lib
24
0 commit comments