~ubuntu-branches/ubuntu/maverick/gnutls26/maverick-updates

« back to all changes in this revision

Viewing changes to guile/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-11-13 19:53:04 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20091113195304-w4s5rblsd8427chw
Tags: upstream-2.8.5
ImportĀ upstreamĀ versionĀ 2.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
@SET_MAKE@
17
17
 
18
18
#  GNUTLS -- Guile bindings for GnuTLS.
19
 
#  Copyright (C) 2007, 2008  Free Software Foundation
 
19
#  Copyright (C) 2007, 2008, 2009  Free Software Foundation, Inc.
20
20
#
21
21
#  GNUTLS is free software; you can redistribute it and/or
22
22
#  modify it under the terms of the GNU Lesser General Public
711
711
top_build_prefix = @top_build_prefix@
712
712
top_builddir = @top_builddir@
713
713
top_srcdir = @top_srcdir@
714
 
GUILE_FOR_BUILD = $(GUILE) -L $(top_srcdir)/guile/modules
 
714
GUILE_FOR_BUILD = \
 
715
  GUILE_AUTO_COMPILE=0 $(GUILE) -L $(top_srcdir)/guile/modules
 
716
 
715
717
noinst_HEADERS = errors.h utils.h
716
718
EXTRA_DIST = \
717
719
  make-enum-map.scm make-smob-types.scm         \