1
Fork 0
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:
Andy Wingo 2019-04-03 13:37:35 +02:00
parent 985faf35c1
commit d351f13bc2

View file

@ -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@