Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cf7af28

Browse files
committed
No, scratch that, it was getting added twice.
1 parent 4335281 commit cf7af28

File tree

1 file changed

+2
-2
lines changed
  • src/backend/replication/walreceiver

1 file changed

+2
-2
lines changed

src/backend/replication/walreceiver/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for src/backend/replication/walreceiver
55
#
66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/backend/replication/walreceiver/Makefile,v 1.3 2010/01/15 20:45:42 tgl Exp $
7+
# $PostgreSQL: pgsql/src/backend/replication/walreceiver/Makefile,v 1.4 2010/01/15 21:06:26 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -16,7 +16,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
1616

1717
OBJS = walreceiver.o
1818

19-
SHLIB_LINK = $(libpq) $(BE_DLLLIBS)
19+
SHLIB_LINK = $(libpq)
2020

2121
NAME := walreceiver
2222

0 commit comments

Comments
 (0)