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:
parent
573e721293
commit
0bebd7a327
1 changed files with 1 additions and 1 deletions
|
@ -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@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue