From de6776e66bcb11aeef6cea5af9f7bef947b3bc88 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 9 Oct 2025 12:05:19 -0400 Subject: [PATCH] appl/test: AUTOMAKE_OPTIONS = subdir-objects Avoid the following warning warning: source file '../../kuser/kinit.c' is in a subdirectory, but option 'subdir-objects' is disabled --- appl/test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/test/Makefile.am b/appl/test/Makefile.am index 7bc9b6f41..7b2f7b190 100644 --- a/appl/test/Makefile.am +++ b/appl/test/Makefile.am @@ -4,6 +4,8 @@ include $(top_srcdir)/Makefile.am.common WFLAGS += $(WFLAGS_LITE) +AUTOMAKE_OPTIONS = subdir-objects + noinst_PROGRAMS = tcp_client tcp_server gssapi_server gssapi_client \ uu_server uu_client nt_gss_server nt_gss_client http_client \ kinit_auditdns