From: Ludovic Courtès Date: Sun, 27 Feb 2011 19:01:12 +0000 (+0100) Subject: Add `lib/gnutls_dtls.h' to the distribution. X-Git-Tag: gnutls_2_99_0~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6588bbdbfde030bca4286d6efe3da3bb7add7139;p=thirdparty%2Fgnutls.git Add `lib/gnutls_dtls.h' to the distribution. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index bea2a25483..26451a5c44 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010 Free Software Foundation, Inc. +# 2009, 2010, 2011 Free Software Foundation, Inc. # # Author: Nikos Mavrogiannopoulos # @@ -91,7 +91,7 @@ SUBDIRS += gcrypt endif HFILES = abstract_int.h debug.h gnutls_compress.h gnutls_cipher.h \ - gnutls_buffers.h gnutls_errors.h gnutls_int.h \ + gnutls_buffers.h gnutls_errors.h gnutls_int.h gnutls_dtls.h \ gnutls_handshake.h gnutls_num.h gnutls_algorithms.h \ gnutls_dh.h gnutls_kx.h gnutls_hash_int.h gnutls_cipher_int.h \ gnutls_db.h gnutls_auth.h auth_anon.h gnutls_extensions.h \