Hi Dirk, fishing build artifacts out of libtool's private .libs/ directory is usually a sign of some broader packaging issue. The clean solution to this is usually utilizing PKG_INSTALL:=1 and then copying the staged files out of $(PKG_INSTALL_DIR)/. Could you try to solve the issue using this way? Regards, Jo