aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 275f73d4..2d7a8da3 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -155,6 +155,8 @@ all: $(LIB_TARGETS)
install: $(examplesdir) $(manualsdir) $(objectsdir) $(readmesdir) \
all $(patsubst %, %_install,$(LIB_TARGETS))
+ # remove all .la (libtool archives) files created by autotools
+ find $(DESTDIR) -name "*.la" -exec rm {} \;
@echo " "
@echo "externals install succeeded!"