diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 04:05:37 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 02:47:50 +0000 |
commit | d589430fa006dc4fc950be025e3a949b56e1a7bd (patch) | |
tree | ba40ffc01ff433983f39b6dd95861c20ac7d97ff /source4/auth/credentials/wscript_build | |
parent | d74e0adb3041036e8e89d4265a67a455354bc308 (diff) | |
download | samba-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_build | 1 |
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', ) |