diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-10 16:46:35 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-10 06:51:07 +0100 |
commit | 172e0a177dff87043eca649a39e4269edf6111c3 (patch) | |
tree | f3361d0b72033b856ca5ae3a973951f7deb34a65 | |
parent | 11f5d7c2f55f58ef7991d2ec2c4841e4492d4144 (diff) | |
download | samba-172e0a177dff87043eca649a39e4269edf6111c3.tar.gz samba-172e0a177dff87043eca649a39e4269edf6111c3.tar.bz2 samba-172e0a177dff87043eca649a39e4269edf6111c3.zip |
s4-auth: install gen_ndr/auth.h, used by public session.h
needed for openchange. Thanks to Brad for reporting this.
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | librpc/wscript_build | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index 706977c45d..efe222366f 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -9,9 +9,11 @@ bld.SAMBA_SUBSYSTEM('NDR_AUDIOSRV', ) bld.SAMBA_SUBSYSTEM('NDR_AUTH', - source='gen_ndr/ndr_auth.c', - public_deps='ndr NDR_SECURITY' - ) + source='gen_ndr/ndr_auth.c', + public_headers='gen_ndr/auth.h', + header_path='gen_ndr', + public_deps='ndr NDR_SECURITY' + ) bld.SAMBA_SUBSYSTEM('NDR_NAMED_PIPE_AUTH', source='gen_ndr/ndr_named_pipe_auth.c', |