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

HEADER = \
	iso.h \
	iso_rrip.h \
	isofs.h \
	isofs_global.h \
	isofs_rrip.h \
	isofs_util.h \
	metados.h

COBJS = \
	isofs.c \
	isofs_global.c \
	isofs_rrip.c \
	isofs_util.c

SRCFILES = $(HEADER) $(COBJS)
