diff options
author | Günther Deschner <gd@samba.org> | 2011-03-18 13:24:58 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-18 14:10:57 +0100 |
commit | 9d813406e6c09f77164628102e66de1cf92f93c5 (patch) | |
tree | b17309869dd002233bdaf924c51ab54533cbfe07 | |
parent | 4e0521300f5620d4f3833dbdd1d2526dac0e86ab (diff) | |
download | samba-9d813406e6c09f77164628102e66de1cf92f93c5.tar.gz samba-9d813406e6c09f77164628102e66de1cf92f93c5.tar.bz2 samba-9d813406e6c09f77164628102e66de1cf92f93c5.zip |
s4-libcli/rap: add NDR_RAP dependency to LIBCLI_RAP.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Mar 18 14:10:57 CET 2011 on sn-devel-104
-rw-r--r-- | source4/libcli/rap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/rap/wscript_build b/source4/libcli/rap/wscript_build index f764e37548..32685cb77d 100644 --- a/source4/libcli/rap/wscript_build +++ b/source4/libcli/rap/wscript_build @@ -2,6 +2,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_RAP', source='rap.c', - public_deps='LIBCLI_RAW', + public_deps='LIBCLI_RAW NDR_RAP', autoproto='proto.h' ) |