diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-04 10:15:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-04 10:15:12 +0000 |
commit | 61540b98c2e80042113db9780e61623aae8f69a1 (patch) | |
tree | fbf5b92ddfc0e193d33e89aad99d13a0c46bebe4 /Makefile.am | |
parent | 465ae39e86396c2d1a84735164964a43a9c157e1 (diff) | |
download | curl-61540b98c2e80042113db9780e61623aae8f69a1.tar.gz |
no longer include the multi dir, the examples should be in the examples
dir
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f9f40550b..298c31971 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = \ bin_SCRIPTS = curl-config -SUBDIRS = docs lib src include tests packages multi +SUBDIRS = docs lib src include tests packages # create a root makefile in the distribution: dist-hook: |