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



# This is overly simplistic, fine tune later

echo "-lform -lnsl -lsocket -lm"




