GDM Interaction Made Simple
===========================

This is a simple static library for handling interaction with the GNOME Display
Manager. It was designed to aid implementation of a GNOME screensaver FE with a
fast-user-switching feature.

Feel free to copy/paste this into your GPL'd app or library, just be sure to
add:

PKG_CHECK_MODULES(ESCO_GDM, gtk+-2.0 >= 2.4)
AC_SUBST($ESCO_GDM_CFLAGS)
AC_SUBST($ESCO_GDM_LIBS)

to your configure.{in,ac} file.

