pkg-config file for libgssapi in heimdal.
authorLove Hörnquist Åstrand <lha@kth.se>
Tue, 24 Jul 2007 21:21:19 +0000 (21:21 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Tue, 24 Jul 2007 21:21:19 +0000 (21:21 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21691 ec53bebd-3082-4978-b11e-865c3cabbd6b

tools/heimdal-gssapi.pc.in [new file with mode: 0644]

diff --git a/tools/heimdal-gssapi.pc.in b/tools/heimdal-gssapi.pc.in
new file mode 100644 (file)
index 0000000..aded32b
--- /dev/null
@@ -0,0 +1,14 @@
+# $Id$
+prefix=@PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: @PACKAGE@
+Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.
+Version: @VERSION@
+URL: http://www.pdc.kth.se/heimdal/
+#Requires: foo = 1.3.1
+#Conflicts: bar <= 4.5
+Libs: -L${libdir} -lgssapi -lheimntlm -lkrb5 -lcom_err @LIB_hcrypto_appl@ -lasn1 -lroken @LIB_crypt@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
+Cflags: -I${includedir}