summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-08 16:49:03 +0000
committerJelmer Vernooij <jelmer@samba.org>2006-04-08 16:49:03 +0000
commitd3b9dd90d99a77b01a762582ce2231e6d6c912ad (patch)
tree8497600c582f07ad0362dc77ab293027c337ec7c /source
parent5872d7cf85784ad04349f6c35cc908a1e49dd754 (diff)
downloadsamba-d3b9dd90d99a77b01a762582ce2231e6d6c912ad.tar.gz
samba-d3b9dd90d99a77b01a762582ce2231e6d6c912ad.tar.xz
samba-d3b9dd90d99a77b01a762582ce2231e6d6c912ad.zip
r15001: Add 'make dist'
Diffstat (limited to 'source')
-rw-r--r--source/heimdal_build/config.mk3
-rw-r--r--source/main.mk5
2 files changed, 8 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
diff --git a/source/main.mk b/source/main.mk
index 8d4582e2b43..18df95487c4 100644
--- a/source/main.mk
+++ b/source/main.mk
@@ -365,6 +365,11 @@ DOCBOOK_MANPAGE_URL = http://docbook.sourceforge.net/release/xsl/current/manpage
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)