mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Add subdir-objects option to libguile makefile.
* libguile/Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects, to allow for having two files named "jit.c".
This commit is contained in:
parent
985faf35c1
commit
d351f13bc2
1 changed files with 1 additions and 1 deletions
|
@ -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@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue