From 7121e412300490816848a257e16b14768aa30e84 Mon Sep 17 00:00:00 2001 From: Roman Haefeli Date: Thu, 29 Sep 2011 07:51:40 +0000 Subject: remove all .la files after install svn path=/trunk/; revision=15397 --- externals/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals') 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!" -- cgit v1.2.1