diff options
Diffstat (limited to 'guile/pre-inst-guile.in')
-rw-r--r-- | guile/pre-inst-guile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guile/pre-inst-guile.in b/guile/pre-inst-guile.in index 078597c6fc..b078b748ac 100644 --- a/guile/pre-inst-guile.in +++ b/guile/pre-inst-guile.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2007, 2010 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,4 +25,5 @@ export GUILE_LOAD_PATH exec @abs_top_builddir@/libtool --mode=execute \ -dlopen "@abs_top_builddir@/guile/src/libguile-gnutls-v-1.la" \ + -dlopen "@abs_top_builddir@/guile/src/libguile-gnutls-extra-v-1.la" \ @GUILE@ "$@" |