From 17283aa5c341d950c80c43643856c05446378069 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 14 Apr 2006 13:53:02 +0400 Subject: [PATCH] add a file to EXTRA_DIST. Should fix broken bootstrap. unittest/Makefile.am: add unit.pl to the list of extra files, so that "make dist" picks it up. --- unittest/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unittest/Makefile.am b/unittest/Makefile.am index f6dfb41e4e1..fd7530ee262 100644 --- a/unittest/Makefile.am +++ b/unittest/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = mytap . mysys examples noinst_SCRIPTS = unit +EXTRA_DIST = unit.pl + DISTCLEANFILES = unit unittests = mysys examples