summaryrefslogtreecommitdiff
path: root/librpc/ndr_standard.pc.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-07-19 17:39:23 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-07-19 17:39:23 +0200
commit8557d14f65212faceb3e7223818b34b8869a0470 (patch)
tree77979da96009cd84c850db60a1300b9956fe8587 /librpc/ndr_standard.pc.in
parent7a765b65b739c38ea1e3cfc136c92d2fb5ed4fa7 (diff)
parent4447bd96b90ce4bfca793d482f9dcbd98e6579a5 (diff)
downloadsamba-8557d14f65212faceb3e7223818b34b8869a0470.tar.gz
samba-8557d14f65212faceb3e7223818b34b8869a0470.tar.bz2
samba-8557d14f65212faceb3e7223818b34b8869a0470.zip
Merge branch 'master' of git://git.samba.org/samba
Diffstat (limited to 'librpc/ndr_standard.pc.in')
-rw-r--r--librpc/ndr_standard.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/librpc/ndr_standard.pc.in b/librpc/ndr_standard.pc.in
new file mode 100644
index 0000000000..80eace1bef
--- /dev/null
+++ b/librpc/ndr_standard.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: ndr-standard
+Description: NDR marshallers for the standard set of DCE/RPC interfaces
+Requires: ndr
+Version: 0.0.1
+Libs: -L${libdir} -lndr-standard
+Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1