summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/rhealstone/Makefile.am')
-rw-r--r--testsuites/rhealstone/Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/testsuites/rhealstone/Makefile.am b/testsuites/rhealstone/Makefile.am
index d22c6004f1..e2dcf694da 100644
--- a/testsuites/rhealstone/Makefile.am
+++ b/testsuites/rhealstone/Makefile.am
@@ -1,11 +1,12 @@
ACLOCAL_AMFLAGS = -I ../aclocal
-SUBDIRS = rhtaskswitch
-SUBDIRS += rhtaskpreempt
-SUBDIRS += rhilatency
-SUBDIRS += rhmlatency
-SUBDIRS += rhsemshuffle
-SUBDIRS += rhdeadlockbrk
+_SUBDIRS =
+_SUBDIRS += rhdeadlockbrk
+_SUBDIRS += rhilatency
+_SUBDIRS += rhmlatency
+_SUBDIRS += rhsemshuffle
+_SUBDIRS += rhtaskpreempt
+_SUBDIRS += rhtaskswitch
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am