diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-08 17:38:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-08 17:38:23 +0000 |
commit | b915ca68f9cc0d5e17e75b79be284ae50f3904ec (patch) | |
tree | 1c70f971fba0eb19912484adbefec0f0a5179deb /Makefile.am | |
parent | 703fc264f08f8135e1a7e0a21c086ef983f3f236 (diff) | |
download | curl-b915ca68f9cc0d5e17e75b79be284ae50f3904ec.tar.gz |
'make distcheck' works now
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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) |