From be1614e554969c35c5a58fdf0deff4b065cde1fe Mon Sep 17 00:00:00 2001 From: Ludovic Courtes Date: Thu, 31 May 2007 23:31:12 +0200 Subject: 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. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.1