mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
16 lines
279 B
Meson
16 lines
279 B
Meson
# Copyright (c) 2022-2025, 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',
|
|
)
|