XCOMM ------------------------------------------------------------------- 
XCOMM  usrmgr - Linux user manager
XCOMM  Copyright 1995 by Michael McNeil <kludge@zot.com>
XCOMM  XForms GUI adaptation by R. Mitnitksi <mitnits@shani.net>
XCOMM  Released under the GNU Public License. See COPYING for details.
XCOMM ------------------------------------------------------------------- 

SRCS = xfusermgr.c xfusermgr_cb.c 
OBJS = xfusermgr.o xfusermgr_cb.o 

XCOMM Replace /usr/local/lib with the place where xforms libs live
EXTRA_LIBRARIES  = -L/usr/local/lib  -lforms -lXpm -lm

XCOMM Replace /usr/local/include with the place where xforms includes live
EXTRA_INCLUDES  = -I/usr/local/include -I.

LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB)

ComplexProgramTarget(xusermgr)
