mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
11 lines
182 B
Meson
11 lines
182 B
Meson
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'buffile.c',
|
|
'copydir.c',
|
|
'fd.c',
|
|
'fileset.c',
|
|
'reinit.c',
|
|
'sharedfileset.c',
|
|
)
|