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

HEADER = common.h fs.h fsck.h global.h io.h
COBJS = common.c fsck.c global.c io.c main.c

SRCFILES = $(HEADER) $(COBJS)
