summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorunknown <petr@mysql.com>2006-04-14 13:53:02 +0400
committerunknown <petr@mysql.com>2006-04-14 13:53:02 +0400
commitd016261a26e818985b7db96643232e366dbfa634 (patch)
tree30e98be51a12deae7f05fe533bd6057868b755a3 /unittest
parent8745b9dee8069af10ae730dcc073ebe0de1b1f30 (diff)
downloadmariadb-git-d016261a26e818985b7db96643232e366dbfa634.tar.gz
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.
Diffstat (limited to 'unittest')
-rw-r--r--unittest/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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