diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-12-02 00:41:17 +0100 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-12-02 00:41:17 +0100 |
| commit | 9367fc96ca95ebc1db02492295960661558bf740 (patch) | |
| tree | 44d9406ebbd8c317ff443f5aca09b4cdadc6327b | |
| parent | 1fd9cc897a76128b7cec954a90063d372aa124a9 (diff) | |
A few "make distcheck" fixes
| -rw-r--r-- | git-check-commit-msg/Makefile-files | 16 | ||||
| -rw-r--r-- | nbb/Makefile-files | 3 |
2 files changed, 15 insertions, 4 deletions
diff --git a/git-check-commit-msg/Makefile-files b/git-check-commit-msg/Makefile-files index c0b0e01..8cbf90b 100644 --- a/git-check-commit-msg/Makefile-files +++ b/git-check-commit-msg/Makefile-files @@ -1,7 +1,15 @@ # -*- makefile -*- -AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += git-check-commit-msg -bin_SCRIPTS += git-check-commit-msg/git-check-commit-msg -EXTRA_DIST += git-check-commit-msg/git-check-commit-msg +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 +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. diff --git a/nbb/Makefile-files b/nbb/Makefile-files index 76d1151..123c0c6 100644 --- a/nbb/Makefile-files +++ b/nbb/Makefile-files @@ -1,5 +1,8 @@ # -*- makefile -*- +# For now +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += nbb/nbb + # TESTS += nbb/nbb bin_SCRIPTS += nbb/nbb EXTRA_DIST += nbb/nbb.in |
