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 /guile | |
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 'guile')
-rw-r--r-- | guile/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am index a960c66af1..2102a3da91 100644 --- a/guile/src/Makefile.am +++ b/guile/src/Makefile.am @@ -15,7 +15,7 @@ # License along with GNUTLS; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -GUILE_FOR_BUILD = $(GUILE) -L $(top_srcdir)/modules +GUILE_FOR_BUILD = $(GUILE) -L $(top_srcdir)/guile/modules noinst_HEADERS = errors.h utils.h |