summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-08 15:50:28 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-16 16:04:39 -0500
commitc3fbe2bbff19c67179f52b8dcd27b576a958fde7 (patch)
tree9bdfbf2f9100223e7b70572b9f71838da07ad67f /os
parent4d82a150b2ee29c1025408cdb9ece255452a81bd (diff)
meson: Enable SUN-DES-1 auth code
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'os')
-rw-r--r--os/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/meson.build b/os/meson.build
index 940c6f4d0..54124d32a 100644
--- a/os/meson.build
+++ b/os/meson.build
@@ -54,6 +54,10 @@ if get_option('xdmcp')
srcs_os += 'xdmcp.c'
endif
+if get_option('secure-rpc')
+ srcs_os += 'rpcauth.c'
+endif
+
libxlibc = []
if srcs_libc.length() > 0
libxlibc = static_library('libxlibc',