1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-18 13:44:19 +03:00

16 lines
274 B
Meson

# Copyright (c) 2022, PostgreSQL Global Development Group
backend_sources += files(
'gist.c',
'gistbuild.c',
'gistbuildbuffers.c',
'gistget.c',
'gistproc.c',
'gistscan.c',
'gistsplit.c',
'gistutil.c',
'gistvacuum.c',
'gistvalidate.c',
'gistxlog.c',
)