summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 8d4582e2b4..18df95487c 100644
--- a/source4/main.mk
+++ b/source4/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)