#!/bin/sh
#
# getMotifX11SupportLibs - return the args for linking in the libraries
# needed to support Motif(Mrm/Xm) and Xt/X11.
#


# UnixWare 7 adds the SM and ICE libs for session management

echo "-lform -lSM -lICE -lnsl -lsocket -lm"



