summaryrefslogtreecommitdiff
path: root/source4/param/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-13 19:21:02 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-13 19:26:48 +0200
commitf52a0d31f08aff9eb8e8890730ec76dfdee7016a (patch)
tree1b47055fed5d81f7b4b51106257b8d459b12fc8d /source4/param/wscript_build
parent09fb7fcd5f63e180007958de82e59359cc8cfd5e (diff)
downloadsamba-f52a0d31f08aff9eb8e8890730ec76dfdee7016a.tar.gz
samba-f52a0d31f08aff9eb8e8890730ec76dfdee7016a.tar.bz2
samba-f52a0d31f08aff9eb8e8890730ec76dfdee7016a.zip
param/share: Use static prototypes.
Diffstat (limited to 'source4/param/wscript_build')
-rw-r--r--source4/param/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 1308829801..f3729d0550 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -18,7 +18,6 @@ bld.SAMBA_PYTHON('PROVISION',
bld.SAMBA_SUBSYSTEM('share',
source='share.c',
- autoproto='share_proto.h',
public_headers='share.h',
deps='LIBSAMBA-UTIL'
)