guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 80/86: Add subdir-objects option to libguile makefile.


From: Andy Wingo
Subject: [Guile-commits] 80/86: Add subdir-objects option to libguile makefile.
Date: Wed, 3 Apr 2019 11:39:05 -0400 (EDT)

wingo pushed a commit to branch lightening
in repository guile.

commit d351f13bc2eedff7a35f3bd479390bd269f96bbd
Author: Andy Wingo <address@hidden>
Date:   Wed Apr 3 13:37:35 2019 +0200

    Add subdir-objects option to libguile makefile.
    
    * libguile/Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects, to allow
      for having two files named "jit.c".
---
 libguile/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index 12d1062..f11c7b6 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -23,7 +23,7 @@
 include $(top_srcdir)/am/snarf
 include $(top_srcdir)/libguile/lightning/lightning.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]