summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-15 00:32:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:50 -0500
commit34ddb33b4bf14587f4cd5d7972095df6ffa33e02 (patch)
tree9d36dabb726ad35b68560645a31b7db3acd2a950 /source4/build/smb_build/makefile.pm
parentc66dbe0c3e57eabacd28658891e356b724fd3fba (diff)
downloadsamba-34ddb33b4bf14587f4cd5d7972095df6ffa33e02.tar.gz
samba-34ddb33b4bf14587f4cd5d7972095df6ffa33e02.tar.bz2
samba-34ddb33b4bf14587f4cd5d7972095df6ffa33e02.zip
r3744: Support building subsystems as a shared library. Modules don't work yet,
so while this does compile, it does not work yet. (This used to be commit 3d885562c9f83d60c5d4957b067e35387dfa50dd)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r--source4/build/smb_build/makefile.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 228c1d7e9b..bdeb6d02df 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -356,7 +356,7 @@ LIBRARY_$ctx->{NAME}_SHARED_LINK_LIST =$tmpshlink
LIBRARY_$ctx->{NAME}_SHARED_LINK_FLAGS =$tmpshflag
#
-# Shared $ctx->{LIBRARY_REALNAME}
+# Shared $ctx->{LIBRARY_NAME}
$ctx->{OUTPUT}: \$(LIBRARY_$ctx->{NAME}_DEPEND_LIST) bin/.dummy
\@echo Linking \$\@
\@\$(SHLD) \$(SHLD_FLAGS) -o \$\@ \\