## Process this file with Automake to create Makefile.in.

PERL := $(wildcard *.pl)
SRC := $(wildcard *.c)

AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = \
	config.guess \
	config.sub \
	install-sh \
	mkinstalldirs \
	missing \
	ltconfig \
	ltmain.sh \
	$(PERL) \
	$(SRC)
