1check_SCRIPTS = \
2	vercmptest.sh
3
4noinst_SCRIPTS = $(check_SCRIPTS)
5
6EXTRA_DIST = \
7	$(check_SCRIPTS)
8