diff options
author | serg@serg.mylan <> | 2006-06-01 23:59:34 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2006-06-01 23:59:34 +0200 |
commit | 50102fd8d714fdda0b3157a461d46b47e2f7a1e1 (patch) | |
tree | 0e1c806dfa92867f0cc52c8f951b9a864d712110 /unittest | |
parent | 87e8b5add9f49e04ec0af6aa1332a5b0e68d585f (diff) | |
download | mariadb-git-50102fd8d714fdda0b3157a461d46b47e2f7a1e1.tar.gz |
second patch for make distcheck
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unittest/Makefile.am b/unittest/Makefile.am index 5e0a8658fb6..ca3291efde0 100644 --- a/unittest/Makefile.am +++ b/unittest/Makefile.am @@ -1,7 +1,8 @@ SUBDIRS = mytap . mysys examples noinst_SCRIPTS = unit -EXTRA_DIST = unit.pl +EXTRA_DIST = unit.pl +CLEANFILES = unit unittests = mytap mysys |