diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-19 15:59:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:47 -0500 |
commit | c2c79711191dc078c0979c79e7b9a570b290434f (patch) | |
tree | bc90b20fc98b7d27c48d558944fe68e2d90ba005 /source4/build | |
parent | afabd8dc6c807c10b551e27b8ec7064b27cd0593 (diff) | |
download | samba-c2c79711191dc078c0979c79e7b9a570b290434f.tar.gz samba-c2c79711191dc078c0979c79e7b9a570b290434f.tar.bz2 samba-c2c79711191dc078c0979c79e7b9a570b290434f.zip |
r14562: Use VPATH to solve strange heimdal dependencies
(This used to be commit 4d09ffa7f128e881fc891988ea672ae93a7ab45d)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 3ac4ad53bc..443a66dfb3 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -64,7 +64,7 @@ sub _prepare_path_vars($) prefix = $self->{config}->{prefix} exec_prefix = $self->{config}->{exec_prefix} selftest_prefix = $self->{config}->{selftest_prefix} -VPATH = $self->{config}->{srcdir} +VPATH = $self->{config}->{srcdir}:heimdal/lib/asn1:heimdal/lib/krb5:heimdal/lib/gssapi:heimdal/lib/hdb srcdir = $self->{config}->{srcdir} builddir = $self->{config}->{builddir} |