diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-11-08 20:17:07 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-11-08 20:17:07 +0100 |
commit | 4cfcee5210c2255719892a7f9d7a97288b07de03 (patch) | |
tree | 355132632fffbaebf1385000832f114ff4998720 /extra | |
parent | 16049f6d71b3fe16058edc8bb88b9f82caa38d1f (diff) | |
download | gnutls-4cfcee5210c2255719892a7f9d7a97288b07de03.tar.gz |
Remove obsolete libgnutls-extra stuff.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gnutls-extra.pc.in | 26 | ||||
-rw-r--r-- | extra/libgnutls-extra.map | 32 |
2 files changed, 0 insertions, 58 deletions
diff --git a/extra/gnutls-extra.pc.in b/extra/gnutls-extra.pc.in deleted file mode 100644 index 2eb74ae64f..0000000000 --- a/extra/gnutls-extra.pc.in +++ /dev/null @@ -1,26 +0,0 @@ -# Process this file with autoconf to produce a pkg-config metadata file. -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2010 Free Software -# Foundation, Inc. -# Author: Simon Josefsson -# -# This file is free software; as a special exception the author gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. -# -# This file is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: GnuTLS-extra -Description: Additional add-ons for GnuTLS licensed under GPL -URL: http://www.gnu.org/software/gnutls/ -Requires: gnutls -Version: @VERSION@ -Libs: -L${libdir} -lgnutls-extra -Libs.private: @LIBGNUTLS_EXTRA_LIBS@ -Cflags: -I${includedir} diff --git a/extra/libgnutls-extra.map b/extra/libgnutls-extra.map deleted file mode 100644 index f0c75046fd..0000000000 --- a/extra/libgnutls-extra.map +++ /dev/null @@ -1,32 +0,0 @@ -# libgnutls-extra.map -- libgnutls-extra linker version script-*- ld-script -*- -# Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. -# -# Author: Simon Josefsson -# -# This file is part of GnuTLS-EXTRA. -# -# GnuTLS-extra 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 General Public License -# along with GnuTLS-EXTRA; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. - -GNUTLS_1_4 -{ - global: - gnutls_extra_check_version; - gnutls_global_init_extra; - - local: - *; -}; |