diff options
author | petr@mysql.com <> | 2006-04-14 13:53:02 +0400 |
---|---|---|
committer | petr@mysql.com <> | 2006-04-14 13:53:02 +0400 |
commit | db9cabea7d638109798701a3bfdb316328a45a05 (patch) | |
tree | 30e98be51a12deae7f05fe533bd6057868b755a3 /unittest/Makefile.am | |
parent | 6f5999e9b5ffa775e8d3c0510e8b2c6a6ef2b1e7 (diff) | |
download | mariadb-git-db9cabea7d638109798701a3bfdb316328a45a05.tar.gz |
add a file to EXTRA_DIST. Should fix broken bootstrap.
Diffstat (limited to 'unittest/Makefile.am')
-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 |