From: Ludovic Courtès Date: Sun, 27 Feb 2011 23:06:38 +0000 (+0100) Subject: Add `gnutls/dtls.h' to the distribution. X-Git-Tag: gnutls_2_99_0~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b51795bdfe20e8e90ef4dbbc4f46d593adfbf05f;p=thirdparty%2Fgnutls.git Add `gnutls/dtls.h' to the distribution. --- diff --git a/lib/includes/Makefile.am b/lib/includes/Makefile.am index 1b7f5d8884..842d82c070 100644 --- a/lib/includes/Makefile.am +++ b/lib/includes/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, -# 2010 Free Software Foundation, Inc. +# 2010, 2011 Free Software Foundation, Inc. # # Author: Nikos Mavrogiannopoulos # @@ -22,7 +22,8 @@ # MA 02110-1301, USA nobase_include_HEADERS = gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h \ - gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h gnutls/abstract.h + gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h \ + gnutls/abstract.h gnutls/dtls.h if ENABLE_CXX nobase_include_HEADERS += gnutls/gnutlsxx.h