From 9ada9d4a1374b5892934f946ce3fd39ff543825f Mon Sep 17 00:00:00 2001 From: Ivana Hutarova Varekova Date: Thu, 10 Mar 2011 16:52:32 +0100 Subject: [PATCH] testsuite: fix tests Makefile to parse tools subdirectory fix the Makefile.am variable to parse tools subdirectory Signed-off-by: Ivana Hutarova Varekova Signed-off-by: Jan Safranek --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 06826c8c..95ff008f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIR = tools +SUBDIRS = tools INCLUDES = -I$(top_srcdir)/include LDADD = $(top_builddir)/src/.libs/libcgroup.la -- 2.47.3