# -*- makefile -*- AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += git-check-commit-msg/git-check-commit-msg bin_SCRIPTS += git-check-commit-msg/git-check-commit-msg EXTRA_DIST += git-check-commit-msg/git-check-commit-msg TESTS += git-check-commit-msg/run-tests.sh check_SCRIPTS += git-check-commit-msg/run-tests.sh EXTRA_DIST += git-check-commit-msg/run-tests.sh EXTRA_DIST += git-check-commit-msg/commit-1 EXTRA_DIST += git-check-commit-msg/commit-2 EXTRA_DIST += git-check-commit-msg/commit-3 # End of Makefile-files.