mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
meson: Install missing example files
Install the example files from contrib/spi/, to match makefiles. Reviewed-by: Tristan Partin <tristan@neon.tech> Reviewed-by: Andres Freund <andres@anarazel.de> Discussion: https://www.postgresql.org/message-id/b018b577-38a2-49c6-8727-adfb577de317@eisentraut.org
This commit is contained in:
@ -526,6 +526,7 @@ dir_include_internal = dir_include_pkg / 'internal'
|
||||
dir_include_server = dir_include_pkg / 'server'
|
||||
dir_include_extension = dir_include_server / 'extension'
|
||||
dir_data_extension = dir_data / 'extension'
|
||||
dir_doc_extension = dir_doc / 'extension'
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user