aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/aio/Makefile
blob: 89f821ea7e17270990dc3dbdb78c62e22a4f8451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Makefile for storage/aio
#
# src/backend/storage/aio/Makefile
#

subdir = src/backend/storage/aio
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

OBJS = \
	aio.o \
	aio_callback.o \
	aio_init.o \
	aio_io.o \
	aio_target.o \
	method_sync.o \
	read_stream.o

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