summaryrefslogtreecommitdiff
path: root/lib/includes/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-02-28 00:06:38 +0100
committerLudovic Courtès <ludo@gnu.org>2011-02-28 00:06:38 +0100
commitb51795bdfe20e8e90ef4dbbc4f46d593adfbf05f (patch)
treeee337d70f79d42aec1e77479313aa62a75f98b6e /lib/includes/Makefile.am
parent6f52cd7b4980378b8007b064e06caade3f036998 (diff)
downloadgnutls-b51795bdfe20e8e90ef4dbbc4f46d593adfbf05f.tar.gz
Add `gnutls/dtls.h' to the distribution.
Diffstat (limited to 'lib/includes/Makefile.am')
-rw-r--r--lib/includes/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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