diff options
-rw-r--r-- | package/samba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile index 059b85efa..e7768797d 100644 --- a/package/samba/Makefile +++ b/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 |