aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/replication/walreceiver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/walreceiver/Makefile b/src/backend/replication/walreceiver/Makefile
index cc7efe83b27..3376ba6ec87 100644
--- a/src/backend/replication/walreceiver/Makefile
+++ b/src/backend/replication/walreceiver/Makefile
@@ -4,7 +4,7 @@
# Makefile for src/backend/replication/walreceiver
#
# IDENTIFICATION
-# $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 $
#
#-------------------------------------------------------------------------
@@ -16,7 +16,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
OBJS = walreceiver.o
-SHLIB_LINK = $(libpq) $(BE_DLLLIBS)
+SHLIB_LINK = $(libpq)
NAME := walreceiver