From: Daniel Stenberg Date: Thu, 25 Mar 2004 11:34:35 +0000 (+0000) Subject: make clean now removes *dist files too that might be leftovers from X-Git-Tag: c-ares-1_2_0~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76e73cfec816e2c637ae0690ab9ca35e3191cfae;p=curl make clean now removes *dist files too that might be leftovers from 'maketgz' --- diff --git a/include/curl/Makefile.am b/include/curl/Makefile.am index 71a60916c..347cf7ef9 100644 --- a/include/curl/Makefile.am +++ b/include/curl/Makefile.am @@ -1,3 +1,5 @@ pkginclude_HEADERS = \ curl.h curlver.h easy.h mprintf.h stdcheaders.h types.h multi.h pkgincludedir= $(includedir)/curl + +CLEANFILES = *dist