diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-07-19 12:41:09 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-07-19 12:41:09 +0200 |
commit | d8ce8f9b61cdd18d65a27623a537fbcbdf547a59 (patch) | |
tree | b4c8428e4165768c803f18b605eef58bc2b48ec1 /librpc | |
parent | 04c1d02021b2e1b38d78d539655989c724f13d17 (diff) | |
download | samba-d8ce8f9b61cdd18d65a27623a537fbcbdf547a59.tar.gz samba-d8ce8f9b61cdd18d65a27623a537fbcbdf547a59.tar.bz2 samba-d8ce8f9b61cdd18d65a27623a537fbcbdf547a59.zip |
Create libndr-standard, which includes the NDR marshalling code for
the "standard" set of DCE/RPC interfaces found on Windows.
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/ndr_standard.pc.in | 11 |
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 |