From: Kay Sievers Date: Mon, 31 May 2010 15:08:38 +0000 (+0200) Subject: srcdir -> builddir to fix 'make distcheck' X-Git-Tag: v0.36.2~2^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8915d4c55349d4f756b5bb147dd5423a2a4a88;p=thirdparty%2Flibcgroup.git srcdir -> builddir to fix 'make distcheck' Signed-Off-By: Kay Sievers Signed-off-by: Dhaval Giani --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 70a187eb..faf19d19 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I$(top_srcdir)/include -LDADD = $(top_srcdir)/src/.libs/libcgroup.la +LDADD = $(top_builddir)/src/.libs/libcgroup.la # compile the tests, but do not install them noinst_PROGRAMS = libcgrouptest01 libcg_ba setuid pathtest walk_test read_stats walk_task get_controller get_mount_point proctest get_all_controller get_variable_names test_named_hierarchy