guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 13/13: Adds automake option for subdirs


From: Mike Gran
Subject: [Guile-commits] 13/13: Adds automake option for subdirs
Date: Sat, 8 Oct 2022 11:26:51 -0400 (EDT)

mike121 pushed a commit to branch wip-modernize-autotools
in repository guile.

commit 0bebd7a327b5ba449b0bcb6b01fedf3218e806d9
Author: Michael Gran <spk121@yahoo.com>
AuthorDate: Sat Oct 8 06:16:04 2022 -0700

    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@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]