diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 11:34:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 11:34:35 +0000 |
commit | 76e73cfec816e2c637ae0690ab9ca35e3191cfae (patch) | |
tree | 3cb9b75d020db30631d423133f34958f9455166f /include | |
parent | 5d8ec172a6e32249252ef264873cfa6dd6bb9551 (diff) |
make clean now removes *dist files too that might be leftovers from
'maketgz'
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |