blob: 4fe6db6bda642412a9333da9c2bb29d5e81fca73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
backend_sources += files(
'attoptcache.c',
'catcache.c',
'evtcache.c',
'inval.c',
'lsyscache.c',
'partcache.c',
'plancache.c',
'relcache.c',
'relfilenumbermap.c',
'relmapper.c',
'spccache.c',
'syscache.c',
'ts_cache.c',
'typcache.c',
)
|