From 9367fc96ca95ebc1db02492295960661558bf740 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 2 Dec 2007 00:41:17 +0100 Subject: A few "make distcheck" fixes --- git-check-commit-msg/Makefile-files | 16 ++++++++++++---- 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 -- cgit