diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-06-14 12:33:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:53:20 -0500 |
commit | dcf1b39796d82ab6ee0228599be053015d2ded33 (patch) | |
tree | fef0229cfd3c9bf7e909c9dd6790972a40d66063 | |
parent | 5f76f986ff358faf940778ed2396d9f0f3951f46 (diff) | |
download | samba-dcf1b39796d82ab6ee0228599be053015d2ded33.tar.gz samba-dcf1b39796d82ab6ee0228599be053015d2ded33.tar.bz2 samba-dcf1b39796d82ab6ee0228599be053015d2ded33.zip |
r23490: try to fix the build without automatic dependencies
metze
(This used to be commit d5a1806dff50b2731efbc522e86527e4a2961644)
-rw-r--r-- | source4/static_deps.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/static_deps.mk b/source4/static_deps.mk index c62a959b32..34bb1263c1 100644 --- a/source4/static_deps.mk +++ b/source4/static_deps.mk @@ -37,8 +37,7 @@ heimdal_basics: \ heimdal/lib/krb5/k524_err.h \ heimdal/lib/krb5/krb5_err.h \ heimdal/lib/gssapi/gkrb5_err.h \ - heimdal/lib/hx509/hx509_err.h \ - heimdal/lib/hcrypto/hcrypto + heimdal/lib/hx509/hx509_err.h proto: basics basics: include/includes.h \ |