aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/libpqwalreceiver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/replication/libpqwalreceiver/Makefile')
-rw-r--r--src/backend/replication/libpqwalreceiver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/replication/libpqwalreceiver/Makefile b/src/backend/replication/libpqwalreceiver/Makefile
index 774adaa24d4..6c95c1ce97b 100644
--- a/src/backend/replication/libpqwalreceiver/Makefile
+++ b/src/backend/replication/libpqwalreceiver/Makefile
@@ -14,9 +14,10 @@ include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I$(srcdir) -I$(libpq_srcdir) $(CPPFLAGS)
-OBJS = libpqwalreceiver.o
+OBJS = libpqwalreceiver.o $(WIN32RES)
SHLIB_LINK = $(libpq)
SHLIB_PREREQS = submake-libpq
+PGFILEDESC = "libpqwalreceiver - receive WAL during streaming replication"
NAME = libpqwalreceiver
all: all-shared-lib