summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/gnutls-extra.pc.in26
-rw-r--r--extra/libgnutls-extra.map32
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:
- *;
-};