No, scratch that, it was getting added twice.

This commit is contained in:
Tom Lane 2010-01-15 21:06:26 +00:00
parent 4335281604
commit cf7af28068
1 changed files with 2 additions and 2 deletions

View File

@ -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