summaryrefslogtreecommitdiff
path: root/auth/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-05-10 03:03:13 +0200
committerGünther Deschner <gd@samba.org>2014-05-12 17:49:46 +0200
commit360ca8e017c7d40e3cc00194d6f771c7876f1067 (patch)
tree6d40cb062ff4a6de237244b7da9192562aa09f78 /auth/wscript_build
parentcf75ef9f73f2cdbf2a039bbc9468f5da6a14834e (diff)
downloadsamba-360ca8e017c7d40e3cc00194d6f771c7876f1067.tar.gz
auth: avoid overwriting the auth_sam_reply.h header all the time.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Mon May 12 17:49:46 CEST 2014 on sn-devel-104
Diffstat (limited to 'auth/wscript_build')
-rw-r--r--auth/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/wscript_build b/auth/wscript_build
index a61bc378af7..20261537fbd 100644
--- a/auth/wscript_build
+++ b/auth/wscript_build
@@ -3,7 +3,6 @@
bld.SAMBA_LIBRARY('auth_sam_reply',
source='auth_sam_reply.c wbc_auth_util.c',
deps='talloc samba-security samba-util',
- autoproto='auth_sam_reply.h',
private_library=True
)