r11126: adding libmsrpc to solaris, redhat, and fedora packaging
[samba.git] / packaging / Solaris / makepkg.sh
index e60669703c6b618f8ec6a20e2860900f74623b2b..4c2bf529cb3859821cd1a98b71b159d78b08f540 100644 (file)
@@ -46,8 +46,14 @@ add_dynamic_entries()
        
        echo "#\n# libsmbclient\n#"
        echo f none lib/libsmbclient.so 0755 root other
+       echo f none lib/libsmbclient.a 0755 root other
        echo f none include/libsmbclient.h 0644 root other
 
+       echo "#\n# libmsrpc\n#"
+       echo f none lib/libmsrpc.so 0755 root other
+       echo f none lib/libmsrpc.a 0755 root other
+       echo f none include/libmsrpc.h 0644 root other
+
        if [ -f lib/smbwrapper.so -a -f bin/smbsh ]; then
                echo "#\n# smbwrapper\n#"
                echo f none lib/smbwrapper.so 0755 root other