aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-08 17:38:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-08 17:38:23 +0000
commitb915ca68f9cc0d5e17e75b79be284ae50f3904ec (patch)
tree1c70f971fba0eb19912484adbefec0f0a5179deb /Makefile.am
parent703fc264f08f8135e1a7e0a21c086ef983f3f236 (diff)
'make distcheck' works now
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e4dc5a95..415bde30c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,10 @@ EXTRA_DIST = \
SUBDIRS = docs lib src include tests packages
+# create a root makefile in the distribution:
+dist-hook:
+ cp Makefile.dist $(distdir)/Makefile
+
test:
@(cd tests; make quiet-test)