Browse Source

do not install static libraries

Waldemar Brodkorb 10 years ago
parent
commit
c3e19dfbe5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/samba/Makefile

+ 1 - 1
package/samba/Makefile

@@ -103,7 +103,7 @@ samba-lib-install:
 	${INSTALL_DIR} ${IDIR_SAMBA_LIB}/usr/lib
 	${CP} ${WRKINST}/usr/lib/{libsmbclient,libsmbsharemodes,libnetapi}.so* \
 		${IDIR_SAMBA_LIB}/usr/lib
-	$(CP) ${WRKINST}/usr/lib/{libtalloc,libtdb,libtevent}.* \
+	$(CP) ${WRKINST}/usr/lib/{libtalloc,libtdb,libtevent}.so* \
 		${IDIR_SAMBA_LIB}/usr/lib
 
 include ${ADK_TOPDIR}/mk/pkg-bottom.mk