summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-15 00:25:19 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-15 00:25:19 +0000
commit1091e7c518f1065224c740a2f26cb6cb118424cd (patch)
treef96ea8796c168a605cfc5ced297cc2cd80ab4dc7 /includes
parentc39cd5d8a60fc7efc5217985fe9ba2b0accd1e4c (diff)
downloadgnutls-1091e7c518f1065224c740a2f26cb6cb118424cd.tar.gz
Simplify.
Add license.
Diffstat (limited to 'includes')
-rw-r--r--includes/Makefile.am29
1 files changed, 22 insertions, 7 deletions
diff --git a/includes/Makefile.am b/includes/Makefile.am
index ba9f4001a4..2697ccc98a 100644
--- a/includes/Makefile.am
+++ b/includes/Makefile.am
@@ -1,14 +1,29 @@
## Process this file with automake to produce Makefile.in
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
+#
+# Author: Nikos Mavroyanopoulos
+#
+# This file is part of GNUTLS.
+#
+# GNUTLS 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 2 of the License, or (at
+# your option) any later version.
+#
+# GNUTLS 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 General Public License
+# along with GNUTLS; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-nobase_include_HEADERS = gnutls/extra.h gnutls/gnutls.h $(OPENSSL_H) \
- gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h \
- gnutls/openpgp.h
+nobase_include_HEADERS = gnutls/extra.h gnutls/gnutls.h gnutls/x509.h \
+ gnutls/pkcs12.h gnutls/compat.h gnutls/openpgp.h
if ENABLE_OPENSSL
-OPENSSL_H = gnutls/openssl.h
-else
-OPENSSL_H =
+nobase_include_HEADERS += gnutls/openssl.h
endif
SUBDIRS = gnutls
-