--- rpl/src/Makefile.am 2013/10/15 10:21:18 1.91 +++ rpl/src/Makefile.am 2013/10/26 14:11:39 1.92 @@ -569,6 +569,7 @@ librpl: install-libLIBRARIES ar s librpl.a; \ if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \ echo " STRIP librpl.a" && strip -d librpl.a; \ + echo " STRIP rpl" && strip -d rpl; \ fi;); $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a