We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49065c2 commit dea20ffCopy full SHA for dea20ff
src/bin/pg_xlogdump/Makefile
@@ -7,7 +7,7 @@ subdir = src/bin/pg_xlogdump
7
top_builddir = ../../..
8
include $(top_builddir)/src/Makefile.global
9
10
-OBJS = pg_xlogdump.o compat.o xlogreader.o rmgrdesc.o \
+OBJS = pg_xlogdump.o compat.o xlogreader.o rmgrdesc.o bitmapset.o \
11
$(RMGRDESCOBJS) $(WIN32RES)
12
13
override CPPFLAGS := -DFRONTEND $(CPPFLAGS)
0 commit comments