summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr.pc.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-22 18:36:14 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-22 18:36:14 +0100
commit9209470b920eaa904129ae43d454db2526f97ca8 (patch)
tree1779ec576c3b93acadb411255de43a76f10a641d /source4/librpc/ndr.pc.in
parent127e8743193dbb4b0632172ac5a562a3b807f07d (diff)
downloadsamba-9209470b920eaa904129ae43d454db2526f97ca8.tar.gz
samba-9209470b920eaa904129ae43d454db2526f97ca8.tar.bz2
samba-9209470b920eaa904129ae43d454db2526f97ca8.zip
dcerpc: Use manually written .pc files for dcerpc and ndr.
(This used to be commit 676fd18fa2914b7b5530014a944a11ea1d6f631d)
Diffstat (limited to 'source4/librpc/ndr.pc.in')
-rw-r--r--source4/librpc/ndr.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/librpc/ndr.pc.in b/source4/librpc/ndr.pc.in
new file mode 100644
index 0000000000..4317397dc7
--- /dev/null
+++ b/source4/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: talloc
+Version: 0.0.1
+Libs: -L${libdir} -lndr
+Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1