mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +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
|
AUTOMAKE_OPTIONS = 1.10
|
||||||
|
|
||||||
SUBDIRS = lib meta libguile guile-readline emacs \
|
SUBDIRS = \
|
||||||
examples test-suite benchmark-suite am \
|
lib \
|
||||||
module doc
|
meta \
|
||||||
|
libguile \
|
||||||
|
module \
|
||||||
|
guile-readline \
|
||||||
|
examples \
|
||||||
|
emacs \
|
||||||
|
test-suite \
|
||||||
|
benchmark-suite \
|
||||||
|
am \
|
||||||
|
doc
|
||||||
|
|
||||||
libguileincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION)
|
libguileincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION)
|
||||||
libguileinclude_HEADERS = libguile.h
|
libguileinclude_HEADERS = libguile.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue