mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ...
This commit is contained in:
@ -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.2 2010/01/15 20:34:11 tgl Exp $
|
# $PostgreSQL: pgsql/src/backend/replication/walreceiver/Makefile,v 1.3 2010/01/15 20:45:42 tgl Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -15,8 +15,10 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
|
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
|
||||||
|
|
||||||
OBJS = walreceiver.o
|
OBJS = walreceiver.o
|
||||||
SHLIB_LINK = $(libpq)
|
|
||||||
NAME = walreceiver
|
SHLIB_LINK = $(libpq) $(BE_DLLLIBS)
|
||||||
|
|
||||||
|
NAME := walreceiver
|
||||||
|
|
||||||
all: submake-libpq all-shared-lib
|
all: submake-libpq all-shared-lib
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user