summaryrefslogtreecommitdiff
path: root/lib/gnutls.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls.pc.in')
-rw-r--r--lib/gnutls.pc.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in
new file mode 100644
index 0000000000..381708d8b0
--- /dev/null
+++ b/lib/gnutls.pc.in
@@ -0,0 +1,21 @@
+# Process this file with autoconf to produce a pkg-config metadata file.
+# Copyright 2002, 2004 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
+Description: Transport Security Layer implementation for the GNU system
+Version: @VERSION@
+Libs: -L${libdir} -lgnutls
+Cflags: -I${includedir}