]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
guile: Use `LOG_COMPILER', as required by Automake 1.12+.
authorLudovic Courtès <ludo@gnu.org>
Thu, 6 Jun 2013 14:09:27 +0000 (16:09 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 6 Jun 2013 14:09:27 +0000 (16:09 +0200)
guile/tests/Makefile.am

index 1ef2381385c127bdcabd942916bd48f3e11b584b..6b1cfd8a1b9149d58302c08830c370eafbd625fc 100644 (file)
@@ -1,5 +1,5 @@
 #  GnuTLS --- Guile bindings for GnuTLS.
-#  Copyright (C) 2007-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2007-2013 Free Software Foundation, Inc.
 #
 #  GnuTLS is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
@@ -31,8 +31,9 @@ endif
 
 TESTS_ENVIRONMENT =                                    \
   GUILE_AUTO_COMPILE=0                                 \
-  GUILE_WARN_DEPRECATED=detailed                       \
-  $(top_builddir)/guile/pre-inst-guile -L $(srcdir)
+  GUILE_WARN_DEPRECATED=detailed
+
+LOG_COMPILER = $(top_builddir)/guile/pre-inst-guile -L $(srcdir)
 
 
 EXTRA_DIST = $(TESTS) openpgp-pub.asc openpgp-sec.asc  \