10000
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 4335281 commit cf7af28Copy full SHA for cf7af28
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.3 2010/01/15 20:45:42 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/replication/walreceiver/Makefile,v 1.4 2010/01/15 21:06:26 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -16,7 +16,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
16
17
OBJS = walreceiver.o
18
19
-SHLIB_LINK = $(libpq) $(BE_DLLLIBS)
+SHLIB_LINK = $(libpq)
20
21
NAME := walreceiver
22
0 commit comments