aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf8
1 files changed, 5 insertions, 3 deletions
diff --git a/buildconf b/buildconf
index cc782e622..77176453b 100755
--- a/buildconf
+++ b/buildconf
@@ -258,6 +258,10 @@ PERL=`findtool ${PERL:-perl}`
#
for fname in .deps \
.libs \
+ *.la \
+ *.lo \
+ *.a \
+ *.o \
Makefile \
Makefile.in \
aclocal.m4 \
@@ -268,17 +272,15 @@ for fname in .deps \
config.guess \
config.h \
config.h.in \
- config.lt \
config.log \
+ config.lt \
config.status \
config.sub \
configure \
curl-config \
curlbuild.h \
depcomp \
- libcares.la \
libcares.pc \
- libcurl.la \
libcurl.pc \
libtool \
libtool.m4 \