diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-04 04:45:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:12 -0500 |
commit | 3742b978cc1d29ac0e31d9646f6e1584d37a633a (patch) | |
tree | 50ab6f51d7b56a8e9f796324ebb8fd499edf808d /source4/heimdal_build/config.mk | |
parent | 223262c11e94c1e67b8cdec1a264d7f93a9afdc4 (diff) | |
download | samba-3742b978cc1d29ac0e31d9646f6e1584d37a633a.tar.gz samba-3742b978cc1d29ac0e31d9646f6e1584d37a633a.tar.bz2 samba-3742b978cc1d29ac0e31d9646f6e1584d37a633a.zip |
r9049: - add property dependencies to include/proto.h
- make some stuff easier
metze
(This used to be commit 14b92e8a085f7d1a011b1663bf2a2728a907b0af)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-rw-r--r-- | source4/heimdal_build/config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 70e5a22173..860b4b94bd 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -395,6 +395,18 @@ include ./heimdal_build/et_deps.pl heimdal/lib/krb5/heim_err.et| include ./heimdal_build/et_deps.pl heimdal/lib/krb5/k524_err.et| include ./heimdal_build/et_deps.pl heimdal/lib/krb5/krb5_err.et| +heimdal_basics: \ + heimdal/lib/hdb/hdb_asn1.h \ + heimdal/lib/gssapi/spnego_asn1.h \ + heimdal/lib/asn1/krb5_asn1.h \ + heimdal/lib/roken/vis.h \ + heimdal/lib/roken/err.h \ + heimdal/lib/asn1/asn1_err.h \ + heimdal/lib/hdb/hdb_err.h \ + heimdal/lib/krb5/heim_err.h \ + heimdal/lib/krb5/k524_err.h \ + heimdal/lib/krb5/krb5_err.h + heimdal_clean: @echo Removing generated ASN1 files @-find heimdal/lib/asn1 -name 'asn1_*.[cx]' -exec rm -f '{}' \; |