summaryrefslogtreecommitdiff
path: root/librpc/ndr_krb5pac.pc.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-14 11:21:21 +0100
committerGünther Deschner <gd@samba.org>2011-02-14 18:54:38 +0100
commit3722f6535938fe019f9cf019b06d30d57a819899 (patch)
tree8b9aea94f7c2cb2fe2374028fdfbbfb839a9bd4b /librpc/ndr_krb5pac.pc.in
parentd6a41c2723cda59b3cd6ae9a1e77b62f25067663 (diff)
downloadsamba-3722f6535938fe019f9cf019b06d30d57a819899.tar.gz
librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so).
Simo, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 18:54:38 CET 2011 on sn-devel-104
Diffstat (limited to 'librpc/ndr_krb5pac.pc.in')
-rw-r--r--librpc/ndr_krb5pac.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/librpc/ndr_krb5pac.pc.in b/librpc/ndr_krb5pac.pc.in
new file mode 100644
index 00000000000..21ecb55db75
--- /dev/null
+++ b/librpc/ndr_krb5pac.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: ndr-krb5pac
+Description: NDR marshallers for the KRB5 PAC formats
+Requires: ndr
+Version: 0.0.1
+Libs: @LIB_RPATH@ -L${libdir} -lndr-krb5pac
+Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1