summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity/Makefile
blob: 425f1d11b847676083f89a203fce9356fa935c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-------------------------------------------------------------------------
#
# Makefile for backend/utils/activity
#
# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/backend/utils/activity/Makefile
#
#-------------------------------------------------------------------------

subdir = src/backend/utils/activity
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

OBJS = \
	backend_progress.o \
	backend_status.o \
	wait_event.o

include $(top_srcdir)/src/backend/common.mk