diff options
author | MC Brown <mc.brown@sun.com> | 2009-04-16 18:06:32 +0100 |
---|---|---|
committer | MC Brown <mc.brown@sun.com> | 2009-04-16 18:06:32 +0100 |
commit | 31983456ea29fc9a66530663653e85c7f3ba776e (patch) | |
tree | db34ab09b7e9416d6113fb77f60844f55e67676a | |
parent | 27de99928a84a71955d63e81ac647703400c30dd (diff) | |
download | mariadb-git-31983456ea29fc9a66530663653e85c7f3ba776e.tar.gz |
Adding DTrace test scripts to distribution targets
-rw-r--r-- | support-files/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index a6001e635e6..05d4ac8a620 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -33,7 +33,8 @@ EXTRA_DIST = mysql.spec.sh \ magic mysql.m4 \ MySQL-shared-compat.spec.sh \ ndb-config-2-node.ini.sh \ - compiler_warnings.supp + compiler_warnings.supp \ + dtrace SUBDIRS = MacOSX RHEL4-SElinux |