diff options
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 538d9636c3..29fc95dcc0 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -164,7 +164,8 @@ bld.SAMBA_SUBSYSTEM('NDR_SPOOLSS', bld.SAMBA_SUBSYSTEM('NDR_SPOOLSS_BUF', - source='../../librpc/ndr/ndr_spoolss_buf.c' + source='../../librpc/ndr/ndr_spoolss_buf.c', + deps='talloc' ) |