## Process this file with automake to produce Makefile.in
# $Id: Makefile.am,v 1.11 1999/11/23 05:43:00 dm Exp $

$(PROGRAMS): $(LDEPS)

exec_PROGRAMS = sfsauthd xfer

noinst_HEADERS = \
authdb.h authserv.h tempfile.h

sfsauthd_SOURCES = \
getgrouplist.c \
authclient.C authdb.C authmisc.C authserv.C tempfile.C

sfsauthd_LDADD = $(LDADD) $(LIBCRYPT)

xfer_SOURCES = xfer.C

EXTRA_DIST = .cvsignore
CLEANFILES = core *.core *~ *.rpo
MAINTAINERCLEANFILES = Makefile.in

