#!/bin/sh
#
# getMotifLibs - return the args for linking in the motif libs
#


echo "-lMrm -lXm"
