diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 09:46:50 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:09 +1000 |
commit | 03998d097079397c6a58a9317964a30e9c2c5b26 (patch) | |
tree | 52a506428b30556a833873fcd367b8a4beb9c980 /source4/librpc | |
parent | 11ca0c7b9d49d7f6723119758262230fe4f568f2 (diff) | |
download | samba-03998d097079397c6a58a9317964a30e9c2c5b26.tar.gz samba-03998d097079397c6a58a9317964a30e9c2c5b26.tar.xz samba-03998d097079397c6a58a9317964a30e9c2c5b26.zip |
s4-waf: started adding auto-install of include files
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/wscript_build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 48bdecd3b3..f85f95ff4f 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -5,7 +5,8 @@ bld.SAMBA_LIBRARY('LIBNDR', source='ndr/ndr_string.c ../../librpc/ndr/ndr_basic.c ../../librpc/ndr/uuid.c ../../librpc/ndr/ndr.c ../../librpc/ndr/ndr_misc.c ../../librpc/gen_ndr/ndr_misc.c', # PC_FILES='../librpc/ndr.pc', public_deps='LIBSAMBA-ERRORS talloc LIBSAMBA-UTIL CHARSET LIBSAMBA-HOSTCONFIG', - public_headers='../../librpc/ndr/libndr.h PIDL_COMMON/misc.h PIDL_COMMON/ndr_misc.h', + public_headers='../../librpc/gen_ndr/misc.h ../../librpc/gen_ndr/ndr_misc.h', + header_path='gen_ndr', depends_on='PIDL_MISC', vnum='0.0.1' ) @@ -327,7 +328,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 ../torture/rpc/netlogon.h ../../librpc/gen_ndr/atsvc.h ../../librpc/gen_ndr/ndr_atsvc.h ../../librpc/ndr/ndr_svcctl.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 ../rpc_server/lsa/lsa.h ../torture/rpc/netlogon.h ../../librpc/gen_ndr/atsvc.h ../../librpc/gen_ndr/ndr_atsvc.h ../../librpc/gen_ndr/ndr_svcctl.h ../../librpc/gen_ndr/svcctl.h' ) |