Fix a compiler warning in initStringInfo().
[pgsql.git] / src / backend / tsearch / meson.build
blobc109b21c3a2572388fd849d931a6207749c6e9aa
1 # Copyright (c) 2022-2025, PostgreSQL Global Development Group
3 backend_sources += files(
4   'dict.c',
5   'dict_ispell.c',
6   'dict_simple.c',
7   'dict_synonym.c',
8   'dict_thesaurus.c',
9   'regis.c',
10   'spell.c',
11   'to_tsany.c',
12   'ts_locale.c',
13   'ts_parse.c',
14   'ts_selfuncs.c',
15   'ts_typanalyze.c',
16   'ts_utils.c',
17   'wparser.c',
18   'wparser_def.c',
21 install_subdir('dicts',
22   install_dir: dir_data / 'tsearch_data',
23   strip_directory: true)