diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/storage/meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/storage/meson.build b/src/include/storage/meson.build index 2a88248464e..666fb22408e 100644 --- a/src/include/storage/meson.build +++ b/src/include/storage/meson.build @@ -1,7 +1,9 @@ # Copyright (c) 2022-2024, PostgreSQL Global Development Group lwlocknames = custom_target('lwlocknames', - input: files('../../backend/storage/lmgr/lwlocknames.txt'), + input: files( + '../../backend/storage/lmgr/lwlocknames.txt', + '../../backend/utils/activity/wait_event_names.txt'), output: ['lwlocknames.h', 'lwlocknames.c'], command: [ perl, files('../../backend/storage/lmgr/generate-lwlocknames.pl'), |