OSDN Git Service

avoid non-srcdir "make check" failure
authorJim Meyering <meyering@redhat.com>
Wed, 18 Aug 2010 22:52:02 +0000 (18:52 -0400)
committerJim Meyering <meyering@redhat.com>
Wed, 18 Aug 2010 22:54:19 +0000 (18:54 -0400)
* tests/Makefile.am (EXTRA_DIST): Add init.cfg.
The failure was introduced by commit 6f7c0f12.

tests/Makefile.am

index b31a513..702c150 100644 (file)
@@ -48,7 +48,8 @@ TESTS = \
   t9040-many-partitions.sh
 
 EXTRA_DIST = \
-  $(TESTS) test-lib.sh t-lib.sh lvm-utils.sh t-local.sh t-lvm.sh init.sh
+  $(TESTS) test-lib.sh t-lib.sh lvm-utils.sh t-local.sh t-lvm.sh \
+  init.cfg init.sh
 
 check_PROGRAMS = print-align print-max dup-clobber
 LDADD = \