aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-01-15 21:06:26 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-01-15 21:06:26 +0000
commitcf7af2806830eba6ecf185a42f9e08fff19f49bb (patch)
tree4786c3421995fbdd8c360d6efee083e8ccbdcce8 /src
parent4335281604126e31abb31d2c2320e353dd86e990 (diff)
downloadpostgresql-cf7af2806830eba6ecf185a42f9e08fff19f49bb.tar.gz
postgresql-cf7af2806830eba6ecf185a42f9e08fff19f49bb.zip
No, scratch that, it was getting added twice.
Diffstat (limited to 'src')
-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