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

HEADER = \
	hostfs_nfapi.h \
	global.h \
	hostfs_xfs.h \
	hostfs_dev.h

COBJS = \
	main.c \
	hostfs_xfs.c \
	hostfs_dev.c

SRCFILES = $(HEADER) $(COBJS)
