summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefiles/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefiles/meson.build b/src/makefiles/meson.build
index 0def244c901..c6edf14ec44 100644
--- a/src/makefiles/meson.build
+++ b/src/makefiles/meson.build
@@ -154,9 +154,10 @@ pgxs_bins = {
pgxs_empty = [
'ICU_CFLAGS', # needs to be added, included by public server headers
- # hard to see why we'd need either?
+ # hard to see why we'd need these ones?
'ZIC',
'TCLSH',
+ 'NM',
# docs don't seem to be supported by pgxs
'XMLLINT',