summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-11 04:05:37 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-11 02:47:50 +0000
commitd589430fa006dc4fc950be025e3a949b56e1a7bd (patch)
treeba40ffc01ff433983f39b6dd95861c20ac7d97ff /source4/auth/credentials/wscript_build
parentd74e0adb3041036e8e89d4265a67a455354bc308 (diff)
downloadsamba-d589430fa006dc4fc950be025e3a949b56e1a7bd.tar.gz
samba-d589430fa006dc4fc950be025e3a949b56e1a7bd.tar.bz2
samba-d589430fa006dc4fc950be025e3a949b56e1a7bd.zip
credentials: Fix the build.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 11 02:47:50 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/auth/credentials/wscript_build')
-rw-r--r--source4/auth/credentials/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build
index 38e007aa31..9e81e8fd79 100644
--- a/source4/auth/credentials/wscript_build
+++ b/source4/auth/credentials/wscript_build
@@ -2,6 +2,7 @@
bld.SAMBA_SUBSYSTEM('CREDENTIALS',
source='credentials.c',
+ autoproto='credentials_proto.h',
public_headers='credentials.h',
deps='LIBCRYPTO LIBSAMBA-ERRORS LIBEVENTS LIBCLI_AUTH LIBSECURITY',
)