diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-07 20:33:12 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-07 20:33:12 +0100 |
commit | 6a1f56d82a367a2f037e18ed346cf7cce7f377e0 (patch) | |
tree | cadc8a13479789073af0b7a35f0b9617eb63aa49 /source4/scripting | |
parent | 5f2564c386f9c3d1d0b19972a6918597d854cb78 (diff) | |
download | samba-6a1f56d82a367a2f037e18ed346cf7cce7f377e0.tar.gz samba-6a1f56d82a367a2f037e18ed346cf7cce7f377e0.tar.bz2 samba-6a1f56d82a367a2f037e18ed346cf7cce7f377e0.zip |
Fix the build.
(This used to be commit 3b7940d531a30098ca9a09e9c83dc4d223d1fe8f)
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/ejs/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/ejs/config.mk b/source4/scripting/ejs/config.mk index 6acf902c08..0d10fc6e3a 100644 --- a/source4/scripting/ejs/config.mk +++ b/source4/scripting/ejs/config.mk @@ -58,7 +58,7 @@ smbcalls_data_OBJ_FILES = scripting/ejs/smbcalls_data.o OUTPUT_TYPE = MERGED_OBJ SUBSYSTEM = smbcalls INIT_FUNCTION = smb_setup_ejs_auth -PRIVATE_DEPENDENCIES = auth +PRIVATE_DEPENDENCIES = service_auth smbcalls_auth_OBJ_FILES = scripting/ejs/smbcalls_auth.o |