#!/bin/sh
#
# getX11Libs - return the args for linking in the basic X11 libs
#


echo "-lXt -lX11"
