diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-05 19:30:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:31 -0500 |
commit | 39e465a0965b7974c95f318db240d47cced37874 (patch) | |
tree | 52544445a76701caf4175c76cab1e1e64bd26cec /source4/build/smb_build | |
parent | 39965d1993f854874d0f636ae14dbeb246c5b531 (diff) | |
download | samba-39e465a0965b7974c95f318db240d47cced37874.tar.gz samba-39e465a0965b7974c95f318db240d47cced37874.tar.bz2 samba-39e465a0965b7974c95f318db240d47cced37874.zip |
r1035: Support shared modules again
(This used to be commit 7949dc25ab05f7d5ad6217a6304e1f50b8b5dc41)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/makefile.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index 0b85fac926..7f05ed9bcd 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -294,7 +294,7 @@ sub _prepare_subsystem_obj_list($) # $module_ctx->{OBJ_LIST} - the list of objectfiles which sould be linked to this module # # $output - the resulting output buffer -sub _prepare_module_objlist($) +sub _prepare_module_obj_list($) { my $ctx = shift; |