From: Ivana Hutarova Varekova Date: Thu, 10 Mar 2011 15:52:32 +0000 (+0100) Subject: testsuite: fix tests Makefile to parse tools subdirectory X-Git-Tag: v0.38~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ada9d4a1374b5892934f946ce3fd39ff543825f;p=thirdparty%2Flibcgroup.git 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 --- 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