diff options
author | Günther Deschner <gd@samba.org> | 2011-02-10 12:54:27 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-10 13:56:49 +0100 |
commit | ad0a3185ce4d9918597d1de3decb9080b88277ef (patch) | |
tree | 6c452297d8134071e78a6c2de3938d0c9de1a659 /source3/librpc/wscript_build | |
parent | 7a558ea27cc34f1d5588d7588e024dae4cf3ca1d (diff) | |
download | samba-ad0a3185ce4d9918597d1de3decb9080b88277ef.tar.gz samba-ad0a3185ce4d9918597d1de3decb9080b88277ef.tar.bz2 samba-ad0a3185ce4d9918597d1de3decb9080b88277ef.zip |
librpc: move preg.idl to main directory.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Feb 10 13:56:49 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc/wscript_build')
-rw-r--r-- | source3/librpc/wscript_build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build index adf7f70c49..ae43531f39 100644 --- a/source3/librpc/wscript_build +++ b/source3/librpc/wscript_build @@ -20,11 +20,6 @@ bld.SAMBA_SUBSYSTEM('NDR_NOTIFY', public_deps='ndr NDR_FILE_ID' ) -bld.SAMBA_SUBSYSTEM('NDR_PREG', - source='gen_ndr/ndr_preg.c ndr/ndr_preg.c', - public_deps='ndr' - ) - bld.SAMBA_SUBSYSTEM('NDR_SECRETS', source='gen_ndr/ndr_secrets.c', public_deps='ndr' |