You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-05 00:28:52 +02:00
15 lines
558 B
Meson
15 lines
558 B
Meson
![]() |
####################################################################################################################################
|
||
|
# Generate PostgreSQL interfaces
|
||
|
####################################################################################################################################
|
||
|
interface_auto_c_inc = custom_target(
|
||
|
'interface.auto.c.inc',
|
||
|
output : 'interface.auto.c.inc',
|
||
|
depend_files: [
|
||
|
'../build/postgres/postgres.yaml',
|
||
|
],
|
||
|
command : [
|
||
|
build_postgres,
|
||
|
'@CURRENT_SOURCE_DIR@/../..'
|
||
|
],
|
||
|
)
|