From 0bebd7a327b5ba449b0bcb6b01fedf3218e806d9 Mon Sep 17 00:00:00 2001 From: Michael Gran Date: Sat, 8 Oct 2022 06:16:04 -0700 Subject: [PATCH] Adds automake option for subdirs Automake warns about the lack of subdir-objects in AUTOMAKE_OPTIONS because lightening is in a subdirectory of libguile. * libguile/Makefile.am (AUTOMAKE_OPTIONS): add subdir-objects --- libguile/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 36b3ed502..336604894 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/am/snarf include $(srcdir)/lightening/lightening.am -AUTOMAKE_OPTIONS = gnu +AUTOMAKE_OPTIONS = gnu subdir-objects ## Prevent automake from adding extra -I options DEFS = @DEFS@