summaryrefslogtreecommitdiffstats
path: root/git-check-commit-msg/Makefile-files
blob: 8cbf90ba4b01fa212179de63d520a78acee74fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- 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.