diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-12-26 17:03:02 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-12-26 17:03:24 -0500 |
commit | c72049dbc341ad995579658c572a1ec8f6209f36 (patch) | |
tree | d40358b01a008419e02a514fd42ad80eae5d963b /src | |
parent | b0115e7e20a6cbf1705d0661be09383c89c59bc1 (diff) |
Fix mistaken file name in plpython's meson recipe.
Brown-paper-bag bug in commit 58c3151bb. Per buildfarm.
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plpython/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/meson.build b/src/pl/plpython/meson.build index 0071817e44a..98b7d7c7af7 100644 --- a/src/pl/plpython/meson.build +++ b/src/pl/plpython/meson.build @@ -67,7 +67,7 @@ install_headers( 'plpy_typeio.h', 'plpy_util.h', 'plpython.h', - 'plpython_server.h', + 'plpython_system.h', install_dir: dir_include_server, ) |