diff options
Diffstat (limited to 'libdane/includes/Makefile.am')
-rw-r--r-- | libdane/includes/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libdane/includes/Makefile.am b/libdane/includes/Makefile.am new file mode 100644 index 0000000..3d4d366 --- /dev/null +++ b/libdane/includes/Makefile.am @@ -0,0 +1,21 @@ +## Process this file with automake to produce Makefile.in +# Copyright (C) 2012 KU Leuven +# +# Author: Nikos Mavrogiannopoulos +# +# This file is part of libdane. +# +# libdane is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 3 of the +# License, or (at your option) any later version. +# +# GnuTLS-extra is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/> + +nobase_include_HEADERS = gnutls/dane.h |