summaryrefslogtreecommitdiffstats
path: root/packaging/Solaris
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-17 16:58:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:01 -0500
commitc3bb9f6514eba302929bb7c8edea396a547bdf28 (patch)
tree5c213c46598b64f52a642715fc88e898f24d1897 /packaging/Solaris
parentd404919d926be6bc4e21d7d5aaf2dfe795ba2726 (diff)
downloadsamba-c3bb9f6514eba302929bb7c8edea396a547bdf28.tar.gz
samba-c3bb9f6514eba302929bb7c8edea396a547bdf28.tar.xz
samba-c3bb9f6514eba302929bb7c8edea396a547bdf28.zip
r11126: adding libmsrpc to solaris, redhat, and fedora packaging
Diffstat (limited to 'packaging/Solaris')
-rw-r--r--packaging/Solaris/makepkg.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index e60669703c6..4c2bf529cb3 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -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