diff options
author | Ludovic Courtes <ludo@chbouib.org> | 2007-05-31 23:31:12 +0200 |
---|---|---|
committer | Ludovic Courtes <ludo@chbouib.org> | 2007-05-31 23:31:12 +0200 |
commit | be1614e554969c35c5a58fdf0deff4b065cde1fe (patch) | |
tree | 8ec43a2008d81f7088d80baa5c85116636ce8b3c /Makefile.am | |
parent | d51689f572e544759632fa2f9ca0209a843d4452 (diff) | |
download | gnutls-be1614e554969c35c5a58fdf0deff4b065cde1fe.tar.gz |
Build cleanups following Simon's comments.
* Makefile.am (SUBDIRS): Add `guile' when `HAVE_GUILE'.
* configure.in: When `guile-snarf' is not found, set
`opt_guile_bindings' to `no' instead of bailing out.
* src/Makefile.am (GUILE_FOR_BUILD): Fixed `-L' parameter.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9aa7ef47af..dab1cd5418 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,10 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-guile-site-dir SUBDIRS = lgl gl includes lib libextra src doc tests po +if HAVE_GUILE +SUBDIRS += guile +endif + ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 # Maintainer targets |