summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-06-13 13:29:30 -0700
committerSage Weil <sage@newdream.net>2011-06-13 13:29:30 -0700
commitd5bba79ebb25e12c7ff92aeaa5c800bc63f3925d (patch)
tree6ab591807897b36ceea626579a6ea707a6658565 /configure.ac
parentd851deeac18af31ccb0a4aa5aff1a998c6837637 (diff)
downloadceph-d5bba79ebb25e12c7ff92aeaa5c800bc63f3925d.tar.gz
qa: move compiled workunits into organized directory
No need for a separate qa/src/ dir; just put them where we want them. We need to ignore non-executable files when doing the bulk runs anyway. Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f049fb2ff79..1467a937da0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -346,6 +346,7 @@ AC_CONFIG_FILES([Makefile
src/Makefile
man/Makefile
qa/Makefile
- qa/src/Makefile
+ qa/workunits/Makefile
+ qa/workunits/direct_io/Makefile
ceph.spec])
AC_OUTPUT