# This file gets included by the Makefile in this directory to determine
# the files that should go only into source distributions.

HEADER = \
	atarierr.h \
	auth_unix.h \
	clnt.h \
	pmap.h \
	rpc.h \
	svc.h \
	thread.h \
	xdr.h

COBJS = \
	clnt.c \
	pmap_get.c \
	pmap_set.c \
	pmap_xdr.c \
	rpc_xdr.c \
	svc.c \
	svc_auth.c \
	svc_main.c \
	thread.c \
	xdr.c

SRCFILES = $(HEADER) $(COBJS)
