mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
No, scratch that, it was getting added twice.
This commit is contained in:
parent
4335281604
commit
cf7af28068
@ -4,7 +4,7 @@
|
|||||||
# Makefile for src/backend/replication/walreceiver
|
# Makefile for src/backend/replication/walreceiver
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
OBJS = walreceiver.o
|
||||||
|
|
||||||
SHLIB_LINK = $(libpq) $(BE_DLLLIBS)
|
SHLIB_LINK = $(libpq)
|
||||||
|
|
||||||
NAME := walreceiver
|
NAME := walreceiver
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user