diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-04-17 14:45:50 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-04-17 14:45:50 +0200 |
commit | c7041f0ee3b5307258a1098614c35f0d2df51b7e (patch) | |
tree | 12d6a907b30e1edd6fa1a9a2d0edb95dcfbbc6d4 /src | |
parent | 7bb7b1a59f159ffde3926e2147bd38dddd2bb323 (diff) | |
download | gnutls-c7041f0ee3b5307258a1098614c35f0d2df51b7e.tar.gz |
Link errcodes with gnulib.
Possibly fixes rpl_strerror problem when linking on HPUX, see:
<http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Gnu/gnutls-2.3.4/gnutls-2.3.4-src-11.11.tar.gz+gnutls-2.3.4/HPUX.Install+text>.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d5c8910c1f..ddf73c904e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation # # This file is part of GNUTLS. # @@ -77,7 +77,8 @@ endif noinst_PROGRAMS = errcodes errcodes_SOURCES = errcodes.c -errcodes_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) +errcodes_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) \ + ../gl/libgnu.la ../lgl/liblgnu.la |