summaryrefslogtreecommitdiff
path: root/librpc/ndr.pc.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-14 16:23:46 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-14 16:23:46 +0200
commitd940012dc8db9104c929f588f1d28ba18cbbd420 (patch)
tree4f76feb89579fdcf905a090ce9f55e16881a1129 /librpc/ndr.pc.in
parent42f0172fe2d3010a346e99f4dc16b1396fdd931c (diff)
downloadsamba-d940012dc8db9104c929f588f1d28ba18cbbd420.tar.gz
Move ndr pkg-config file to top-level.
Diffstat (limited to 'librpc/ndr.pc.in')
-rw-r--r--librpc/ndr.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/librpc/ndr.pc.in b/librpc/ndr.pc.in
new file mode 100644
index 00000000000..2f4d95006fd
--- /dev/null
+++ b/librpc/ndr.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: ndr
+Description: Network Data Representation Core Library
+Requires: samba-hostconfig talloc
+Version: 0.0.1
+Libs: -L${libdir} -lndr
+Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1