mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
build guile-readline/ after module/
* Makefile.am (SUBDIRS): Build module/ before guile-readline/. Reformat.
This commit is contained in:
parent
c6025e76ff
commit
5f8760e467
1 changed files with 12 additions and 3 deletions
15
Makefile.am
15
Makefile.am
|
@ -24,9 +24,18 @@
|
|||
#
|
||||
AUTOMAKE_OPTIONS = 1.10
|
||||
|
||||
SUBDIRS = lib meta libguile guile-readline emacs \
|
||||
examples test-suite benchmark-suite am \
|
||||
module doc
|
||||
SUBDIRS = \
|
||||
lib \
|
||||
meta \
|
||||
libguile \
|
||||
module \
|
||||
guile-readline \
|
||||
examples \
|
||||
emacs \
|
||||
test-suite \
|
||||
benchmark-suite \
|
||||
am \
|
||||
doc
|
||||
|
||||
libguileincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION)
|
||||
libguileinclude_HEADERS = libguile.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue