summaryrefslogtreecommitdiff
path: root/guile/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* guile: removed openpgp related testsNikos Mavrogiannopoulos2017-06-161-13/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* guile: Fix out-of-tree builds.Ludovic Courtès2016-02-221-1/+1
| | | | | | This fixes a regression introduced in 3045a96. * guile/Makefile.am (.in.scm): Make the parent directory of $@.
* guile: build: Make silent rules actually quiet.Ludovic Courtès2016-02-151-2/+3
| | | | | | * guile/Makefile.am (.in.scm): Use $(AM_V_GEN) and $(AM_V_at). * guile/src/Makefile.am (enums.h, enum-map.i.c) (smobs.h, smob-types.i.c, %.x): Likewise.
* guile: Build and install .go files on Guile 2.x.Ludovic Courtès2016-02-151-1/+117
| | | | | | | | | | * configure.ac: Check for 'guild' and substitute 'GUILD'. Define 'HAVE_GUILD'. Substitute 'guileobjectdir'. Don't output guile/modules/Makefile and guile/tests/Makefile. * guile/modules/Makefile.am, guile/tests/Makefile.am: Remove. Move contents to... * guile/Makefile.am: ... here. (SUBDIRS): Remove 'modules' and 'tests'.
* guile: tests: Add 'with-child-process'.Ludovic Courtès2016-02-151-1/+3
| | | | | | | | | | | | | | This makes sure that child processes always exit no matter what. * guile/modules/gnutls/build/tests.scm (define-syntax-rule) [!guile-2]: New macro. (call-with-child-process): New procedure. (with-child-process): New macro. * guile/tests/anonymous-auth.scm, guile/tests/openpgp-auth.scm, guile/tests/session-record-port.scm, guile/tests/x509-auth.scm: Use it instead of an explicit 'primitive-fork' call. * guile/.dir-locals.el: New file. * guile/Makefile.am (EXTRA_DIST): New variable.
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-1/+1
|
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
|
* Update copyright years.Simon Josefsson2010-01-271-1/+1
|
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
|
* Started Guile integration.Ludovic Courtès2007-05-301-0/+18
Documentation is still missing. A bit rough on the edges, but `make' and `make check' do work.