summaryrefslogtreecommitdiffstats
path: root/src/backend/utils/activity/Makefile
blob: 59196f278d87af74ab2043d8c88be694bb7a262e (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-2021, 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