diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-08 16:49:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:00 -0500 |
commit | 9dfdfc65b7e2c5583201d032e3b62565d329c821 (patch) | |
tree | d9cfe0cfa4c3f452c516917884a57328652b8cd3 /source4/heimdal_build | |
parent | 4ab73d6045aacd354894fe5edf0c5cfc75784064 (diff) | |
download | samba-9dfdfc65b7e2c5583201d032e3b62565d329c821.tar.gz samba-9dfdfc65b7e2c5583201d032e3b62565d329c821.tar.bz2 samba-9dfdfc65b7e2c5583201d032e3b62565d329c821.zip |
r15001: Add 'make dist'
(This used to be commit 16e67d04d40a156a60011bcf6247ebf6039bbf30)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 004385fbef..c66784224a 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/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 |