1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

meson: add install-{quiet, world} targets

To define our own install target, we need dependencies on the i18n targets,
which we did not collect so far.

Discussion: https://postgr.es/m/3fc3bb9b-f7f8-d442-35c1-ec82280c564a@enterprisedb.com
This commit is contained in:
Andres Freund
2023-03-23 21:20:18 -07:00
parent f13eb16485
commit e522049f23
28 changed files with 89 additions and 43 deletions

View File

@ -1,3 +1,3 @@
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
i18n.gettext('ecpglib' + '6' + '-' + pg_version_major.to_string())
nls_targets += [i18n.gettext('ecpglib' + '6' + '-' + pg_version_major.to_string())]

View File

@ -1,3 +1,3 @@
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
i18n.gettext('ecpg-' + pg_version_major.to_string())
nls_targets += [i18n.gettext('ecpg-' + pg_version_major.to_string())]

View File

@ -1,3 +1,3 @@
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
i18n.gettext('libpq' + '5' + '-' + pg_version_major.to_string())
nls_targets += [i18n.gettext('libpq' + '5' + '-' + pg_version_major.to_string())]

View File

@ -10,7 +10,7 @@ if host_system == 'windows'
'--FILEDESC', 'libpq test program',])
endif
executable('libpq_uri_regress',
testprep_targets += executable('libpq_uri_regress',
libpq_uri_regress_sources,
dependencies: [frontend_code, libpq],
kwargs: default_bin_args + {
@ -29,7 +29,7 @@ if host_system == 'windows'
'--FILEDESC', 'libpq test program',])
endif
executable('libpq_testclient',
testprep_targets += executable('libpq_testclient',
libpq_testclient_sources,
dependencies: [frontend_code, libpq],
kwargs: default_bin_args + {