summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/meson.build
blob: fd6d168a53026a0daccc01981137a8f0d0452a02 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2022-2023, PostgreSQL Global Development Group

backend_sources += files(
  'conv.c',
  'mbutils.c',
  'stringinfo_mb.c',
  'wstrcmp.c',
  'wstrncmp.c',
)

# Note we only enter conversion_procs once the backend build is defined