aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/meson.build
blob: 1a996b5e25d70a9025380f1da0e3c08e8eccd005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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',
)