From 1ddc96ac3c510c6237a554f211d3f07d0ea708de Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 18 May 2011 11:14:32 +0200 Subject: [PATCH] build-sys: disable lib/ at.c tests building Signed-off-by: Karel Zak --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index ebf1a52c85..a520a78516 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/config/include-Makefile.am AM_CPPFLAGS += -DTEST_PROGRAM noinst_PROGRAMS = test_blkdev test_ismounted test_wholedisk test_mangle \ - test_tt test_canonicalize test_at test_strutils test_procutils + test_tt test_canonicalize test_strutils test_procutils if LINUX if HAVE_CPU_SET_T noinst_PROGRAMS += test_cpuset test_sysfs @@ -14,7 +14,7 @@ test_blkdev_SOURCES = blkdev.c test_ismounted_SOURCES = ismounted.c test_wholedisk_SOURCES = wholedisk.c test_mangle_SOURCES = mangle.c -test_at_SOURCES = at.c +#test_at_SOURCES = at.c test_strutils_SOURCES = strutils.c test_procutils_SOURCES = procutils.c if LINUX -- 2.47.3