From 61540b98c2e80042113db9780e61623aae8f69a1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Mar 2002 10:15:12 +0000 Subject: [PATCH] no longer include the multi dir, the examples should be in the examples dir --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: