summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-16 13:07:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:30 -0500
commit249f7260da146b7a3cafe83fb9f60a42f75f582e (patch)
tree4ee4f59af049f2dc460155767841cdf5eb12d905
parent3bb28c83e277bda9233de4cca71f367ce00be5c3 (diff)
downloadsamba-249f7260da146b7a3cafe83fb9f60a42f75f582e.tar.gz
samba-249f7260da146b7a3cafe83fb9f60a42f75f582e.tar.bz2
samba-249f7260da146b7a3cafe83fb9f60a42f75f582e.zip
r14472: fix typo
metze (This used to be commit 7713a5333edc11cc4fb76211509e5c0c368f9592)
-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 cc831683a5..bb3be1946d 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -212,7 +212,7 @@ sub SharedLibrary($$)
}
if ($ctx->{TYPE} eq "LIBRARY") {
- push (@{$self->{shared_libs}}, "$ctx->{DEBUDRI}/$ctx->{LIBRARY_REALNAME}");
+ push (@{$self->{shared_libs}}, "$ctx->{DEBUGDIR}/$ctx->{LIBRARY_REALNAME}");
} elsif ($ctx->{TYPE} eq "MODULE") {
push (@{$self->{shared_modules}}, "$ctx->{DEBUGDIR}/$ctx->{LIBRARY_REALNAME}");
push (@{$self->{plugins}}, "$installdir/$ctx->{LIBRARY_REALNAME}");