diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-21 02:24:50 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-21 03:22:05 +0200 |
commit | 9d668c495c5841fe3d62a6eb9a0c505500a2d7f5 (patch) | |
tree | 8b4f4aa0b198ecbe0fe5e7f02e5d66e16c75adfd /librpc/wscript_build | |
parent | a0eac61ace01635780474624b9578d85d17a7a50 (diff) | |
download | samba-9d668c495c5841fe3d62a6eb9a0c505500a2d7f5.tar.gz samba-9d668c495c5841fe3d62a6eb9a0c505500a2d7f5.tar.bz2 samba-9d668c495c5841fe3d62a6eb9a0c505500a2d7f5.zip |
dcerpc-binding: Install header file.
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r-- | librpc/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index cf6c448646..1ac6645c7a 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -591,4 +591,5 @@ bld.SAMBA_LIBRARY('dcerpc-binding', source='rpc/dcerpc_error.c rpc/binding.c rpc/dcerpc_util.c rpc/binding_handle.c', deps='ndr tevent NDR_DCERPC LIBTSOCKET tevent-util', pc_files=[], + public_headers='rpc/rpc_common.h', vnum='0.0.1') |