diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-21 07:42:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:00 -0500 |
commit | 59c427963f1e445012f8bb78ca46d2ec317e2caf (patch) | |
tree | 1b675d432336446a3ecc9d141e0a1dbc7c981460 /source4/static_deps.mk | |
parent | e67c24159b4847c9384c79194cd45375435d1e3b (diff) | |
download | samba-59c427963f1e445012f8bb78ca46d2ec317e2caf.tar.gz samba-59c427963f1e445012f8bb78ca46d2ec317e2caf.tar.bz2 samba-59c427963f1e445012f8bb78ca46d2ec317e2caf.zip |
r14605: Create heimdal/lib/des/hcrypto symlink if it doesn't exist
(This used to be commit 303832bdc90f371c68185773009d143d1acf93ae)
Diffstat (limited to 'source4/static_deps.mk')
-rw-r--r-- | source4/static_deps.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/static_deps.mk b/source4/static_deps.mk index 79f347d8e4..3904149c38 100644 --- a/source4/static_deps.mk +++ b/source4/static_deps.mk @@ -27,6 +27,7 @@ heimdal_basics: \ heimdal/lib/krb5/heim_err.h \ heimdal/lib/krb5/k524_err.h \ heimdal/lib/krb5/krb5_err.h + ln -fs ./../des heimdal/lib/des/hcrypto proto: basics basics: include/includes.h \ |