From 4e3eff9b4fa1474115183defbf5421d3c9182c15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 28 Jul 2010 22:40:03 +0200 Subject: [PATCH] build-sys: drop the getsize test out of Makefile.am MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The #ifdef TEST_PROGRAM block was removed with commit 3069624180bac35f1cd468249ddb9dfc91d1b7b1 so there is no point in keeping the tests declared, as it won't build. Signed-off-by: Diego Elio 'Flameeyes' Pettenò --- shlibs/blkid/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlibs/blkid/src/Makefile.am b/shlibs/blkid/src/Makefile.am index 51bd4e04..bb395c71 100644 --- a/shlibs/blkid/src/Makefile.am +++ b/shlibs/blkid/src/Makefile.am @@ -46,7 +46,7 @@ libblkid_la_DEPENDENCIES = $(libblkid_la_LIBADD) blkid.sym blkid.h.in libblkid_la_LDFLAGS = -Wl,--version-script=$(ul_libblkid_srcdir)/blkid.sym \ -version-info $(LIBBLKID_VERSION_INFO) -tests = test_cache test_config test_dev test_devname test_devno test_getsize \ +tests = test_cache test_config test_dev test_devname test_devno \ test_read test_resolve test_save test_tag test_verify test_evaluate EXTRA_DIST = blkid.sym tst_types.c blkid.h.in -- 2.39.5