diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-13 19:55:53 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-13 19:55:53 +0200 |
commit | d319c83f1f117d3b7ab69ec7b0df7eec80721912 (patch) | |
tree | 61523a77e86787acc35e12a68644eabf01f3aa5e /source4/librpc | |
parent | 08c972504a437ccec97dcb51e92fa99ab49ffa11 (diff) | |
download | samba-d319c83f1f117d3b7ab69ec7b0df7eec80721912.tar.gz samba-d319c83f1f117d3b7ab69ec7b0df7eec80721912.tar.bz2 samba-d319c83f1f117d3b7ab69ec7b0df7eec80721912.zip |
librpc: Install the right headers.
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index fb235c7fd7..6de3064ac6 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -31,7 +31,7 @@ bld.SAMBA_SUBSYSTEM('NDR_COMPRESSION', bld.SAMBA_SUBSYSTEM('NDR_SECURITY', source='../../librpc/gen_ndr/ndr_security.c ../../librpc/ndr/ndr_sec_helper.c gen_ndr/ndr_server_id.c', public_deps='LIBNDR LIBSECURITY', - public_headers='../libcli/security/security.h gen_ndr/server_id.h', + public_headers='../../librpc/gen_ndr/security.h gen_ndr/server_id.h', header_path='gen_ndr' ) @@ -342,7 +342,7 @@ bld.SAMBA_LIBRARY('NDR_STANDARD', pc_files='../../librpc/ndr_standard.pc', deps='NDR_SECURITY', public_deps='LIBNDR', - public_headers='../../librpc/gen_ndr/samr.h ../../librpc/gen_ndr/ndr_samr.h ../rpc_server/lsa/lsa.h ../../librpc/gen_ndr/netlogon.h ../../librpc/gen_ndr/atsvc.h ../../librpc/gen_ndr/ndr_atsvc.h ../../librpc/gen_ndr/ndr_svcctl.h ../../librpc/gen_ndr/svcctl.h', + public_headers='../../librpc/gen_ndr/samr.h ../../librpc/gen_ndr/ndr_samr.h ../../librpc/gen_ndr/lsa.h ../../librpc/gen_ndr/netlogon.h ../../librpc/gen_ndr/atsvc.h ../../librpc/gen_ndr/ndr_atsvc.h ../../librpc/gen_ndr/ndr_svcctl.h ../../librpc/gen_ndr/svcctl.h', header_path='gen_ndr' ) |