diff options
author | unknown <petr@mysql.com> | 2006-04-14 13:53:02 +0400 |
---|---|---|
committer | unknown <petr@mysql.com> | 2006-04-14 13:53:02 +0400 |
commit | 17283aa5c341d950c80c43643856c05446378069 (patch) | |
tree | 30e98be51a12deae7f05fe533bd6057868b755a3 /unittest | |
parent | 3ef014862b0a8c374e10c6dd43bd90634bc1ba23 (diff) | |
download | mariadb-git-17283aa5c341d950c80c43643856c05446378069.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.am | 2 |
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 |