diff options
author | Roman Haefeli <rdz@users.sourceforge.net> | 2011-09-29 07:51:40 +0000 |
---|---|---|
committer | Roman Haefeli <rdz@users.sourceforge.net> | 2011-09-29 07:51:40 +0000 |
commit | 7121e412300490816848a257e16b14768aa30e84 (patch) | |
tree | 43aa0f686f2884eae69548ae8b0ce5112fa1109d /externals | |
parent | 4798e45c47d5e607608621fde5a165b7d5c0e28c (diff) |
remove all .la files after install
svn path=/trunk/; revision=15397
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 2 |
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!" |