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

HEADER = 
COBJS = \
	main.c \
	window.c \
	bconstub.S \
	../global.c \
	../vt52.c \
	../vt.c \
	../twterm.c \
	../ansicol.c \
	../isotost.c \
	../clipbrd.c \
	../drag.c \
	../textwin.c

SRCFILES = $(HEADER) $(COBJS)
