Author: jelmer
Date: 2006-04-08 16:49:03 +0000 (Sat, 08 Apr 2006)
New Revision: 15001

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15001

Log:
Add 'make dist'

Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.mk
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk   2006-04-08 16:25:53 UTC 
(rev 15000)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk   2006-04-08 16:49:03 UTC 
(rev 15001)
@@ -475,3 +475,6 @@
 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

Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk   2006-04-08 16:25:53 UTC (rev 15000)
+++ branches/SAMBA_4_0/source/main.mk   2006-04-08 16:49:03 UTC (rev 15001)
@@ -365,6 +365,11 @@
 DEP_FILES = $(patsubst %.ho,%.hd,$(patsubst %.o,%.d,$(ALL_OBJS))) \
                   include/includes.d
 
+dist:: distclean idl_full manpages configure
+
+configure: 
+       ./autogen.sh
+
 clean::
        @echo Removing dependency files
        @rm -f $(DEP_FILES)

Reply via email to