]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add `gnutls/dtls.h' to the distribution.
authorLudovic Courtès <ludo@gnu.org>
Sun, 27 Feb 2011 23:06:38 +0000 (00:06 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 27 Feb 2011 23:06:38 +0000 (00:06 +0100)
lib/includes/Makefile.am

index 1b7f5d88842d6d2054809c63728050c670d6093f..842d82c070159bce54972e9426ee37fd787df54b 100644 (file)
@@ -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