summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2020-02-26 13:17:40 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2020-02-26 13:17:40 -0700
commitd09f277df3d9cdafcdca4c19e583330c2fdbab50 (patch)
treef60783fd06b1a85b620d85dfbd3fc3e2415e6999 /Makefile.in
parent9808dc1a42fab4effd4fb377c770f98c7537e623 (diff)
downloadsudo-d09f277df3d9cdafcdca4c19e583330c2fdbab50.tar.gz
Add --disable-log-server and --disable-log-client configure options.
These can be used to optionally disable building sudo_logsrvd and support for remote I/O logging in the sudoers plugin respectively.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 52038e384..9a2921bb8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,9 +53,10 @@ sudoers_gid = @SUDOERS_GID@
sudoers_mode = @SUDOERS_MODE@
shlib_mode = @SHLIB_MODE@
-SUBDIRS = lib/util @ZLIB_SRC@ lib/iolog lib/logsrv logsrvd plugins/audit_json \
- plugins/group_file plugins/sample_approval plugins/sudoers \
- plugins/system_group @PYTHON_PLUGIN_SRC@ src include doc examples
+SUBDIRS = lib/util @ZLIB_SRC@ lib/iolog @LOGSRV@ @LOGSRVD@ \
+ plugins/audit_json plugins/group_file plugins/sample_approval \
+ plugins/sudoers plugins/system_group @PYTHON_PLUGIN_SRC@ src \
+ include doc examples
SAMPLES = plugins/sample