Blame lib/gnutls.pc.in

Packit 549fdc
# Process this file with autoconf to produce a pkg-config metadata file.
Packit 549fdc
Packit 549fdc
# Copyright (C) 2004-2012 Free Software Foundation, Inc.
Packit 549fdc
Packit 549fdc
# Copying and distribution of this file, with or without modification,
Packit 549fdc
# are permitted in any medium without royalty provided the copyright
Packit 549fdc
# notice and this notice are preserved.  This file is offered as-is,
Packit 549fdc
# without any warranty.
Packit 549fdc
Packit 549fdc
# Author: Simon Josefsson
Packit 549fdc
Packit 549fdc
prefix=@prefix@
Packit 549fdc
exec_prefix=@exec_prefix@
Packit 549fdc
libdir=@libdir@
Packit 549fdc
includedir=@includedir@
Packit 549fdc
Packit 549fdc
Name: GnuTLS
Packit 549fdc
Description: Transport Security Layer implementation for the GNU system
Packit 549fdc
URL: http://www.gnutls.org/
Packit 549fdc
Version: @VERSION@
Packit 549fdc
Libs: -L${libdir} -lgnutls
Packit 549fdc
Libs.private: @LIBINTL@ @LIBSOCKET@ @LIBNSL@ @LIBPTHREAD@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LIBUNISTRING@ @LIBIDN2_LIBS@
Packit 549fdc
@GNUTLS_REQUIRES_PRIVATE@
Packit 549fdc
Cflags: -I${includedir}