From 39e465a0965b7974c95f318db240d47cced37874 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 5 Jun 2004 19:30:13 +0000 Subject: r1035: Support shared modules again (This used to be commit 7949dc25ab05f7d5ad6217a6304e1f50b8b5dc41) --- source4/build/smb_build/makefile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') 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; -- cgit