diff options
author | tomas@poseidon.(none) <> | 2004-05-27 08:26:55 +0000 |
---|---|---|
committer | tomas@poseidon.(none) <> | 2004-05-27 08:26:55 +0000 |
commit | f278255d2a1d58e5370d7c81617695325685423e (patch) | |
tree | c3b8bda0b59f6a2f05211033e3dd9cf0c19cf674 /ndb/test/run-test/Makefile.am | |
parent | 9d762e369a37372bf3646962cf5a7cd0f3eb64f1 (diff) | |
download | mariadb-git-f278255d2a1d58e5370d7c81617695325685423e.tar.gz |
Makefile.am:
changed install dir
Diffstat (limited to 'ndb/test/run-test/Makefile.am')
-rw-r--r-- | ndb/test/run-test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/test/run-test/Makefile.am b/ndb/test/run-test/Makefile.am index 7a7db16ceae..11dc15a0988 100644 --- a/ndb/test/run-test/Makefile.am +++ b/ndb/test/run-test/Makefile.am @@ -1,9 +1,9 @@ -bin_PROGRAMS = atrt +ndbtest_PROGRAMS = atrt atrt_SOURCES = main.cpp -bin_SCRIPTS = atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh \ +ndbtest_SCRIPTS = atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh \ atrt-clear-result.sh make-config.sh INCLUDES_LOC = -I$(top_srcdir)/ndb/include/mgmapi -I$(top_srcdir)/ndb/src/mgmclient |