summaryrefslogtreecommitdiff
path: root/src/backend/storage/file/meson.build
blob: e7fe850ccbed78a3ad6cea6835b75e75463c7f14 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2022-2023, PostgreSQL Global Development Group

backend_sources += files(
  'buffile.c',
  'copydir.c',
  'fd.c',
  'fileset.c',
  'reinit.c',
  'sharedfileset.c',
)