diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-08 16:49:03 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-04-08 16:49:03 +0000 |
commit | d3b9dd90d99a77b01a762582ce2231e6d6c912ad (patch) | |
tree | 8497600c582f07ad0362dc77ab293027c337ec7c /source/heimdal_build | |
parent | 5872d7cf85784ad04349f6c35cc908a1e49dd754 (diff) | |
download | samba-d3b9dd90d99a77b01a762582ce2231e6d6c912ad.tar.gz samba-d3b9dd90d99a77b01a762582ce2231e6d6c912ad.tar.xz samba-d3b9dd90d99a77b01a762582ce2231e6d6c912ad.zip |
r15001: Add 'make dist'
Diffstat (limited to 'source/heimdal_build')
-rw-r--r-- | source/heimdal_build/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/heimdal_build/config.mk b/source/heimdal_build/config.mk index 004385fbefc..c66784224ab 100644 --- a/source/heimdal_build/config.mk +++ b/source/heimdal_build/config.mk @@ -475,3 +475,6 @@ REQUIRED_SUBSYSTEMS = \ REQUIRED_SUBSYSTEMS = HEIMDAL # End SUBSYSTEM KERBEROS_LIB ####################### + +dist:: heimdal/lib/asn1/lex.c heimdal/lib/com_err/lex.c \ + heimdal/lib/asn1/parse.c heimdal/lib/com_err/parse.c |