#!/bin/sh
#
# Replace -lshadow with whatever shadow library you need.
#
set -x
gcc -o xdm xdm.a -lXaw -lXmu -lXt -lXext -lX11 -lXau -lXdmcp -lshadow
