1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

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
This commit is contained in:
Michael Gran 2022-10-08 06:16:04 -07:00
parent 573e721293
commit 0bebd7a327

View file

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