summaryrefslogtreecommitdiffstats
path: root/tests/helpers/Makemodule.am
diff options
context:
space:
mode:
authorRuediger Meier2016-02-08 13:53:17 +0100
committerRuediger Meier2016-02-12 14:11:19 +0100
commit0ec9bba2ca1688290d6a0008fa16b3a4c3047c22 (patch)
treeddfdeeaa84f6896b8805ae4d2d75641dbbfdd697 /tests/helpers/Makemodule.am
parentbuild-sys: fix libtoolize for OSX (diff)
downloadkernel-qcow2-util-linux-0ec9bba2ca1688290d6a0008fa16b3a4c3047c22.tar.gz
kernel-qcow2-util-linux-0ec9bba2ca1688290d6a0008fa16b3a4c3047c22.tar.xz
kernel-qcow2-util-linux-0ec9bba2ca1688290d6a0008fa16b3a4c3047c22.zip
misc-utils: build test_uuidd only if BUILD_UUIDD
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/helpers/Makemodule.am')
-rw-r--r--tests/helpers/Makemodule.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am
index 66d85ba07..0618e7578 100644
--- a/tests/helpers/Makemodule.am
+++ b/tests/helpers/Makemodule.am
@@ -15,8 +15,3 @@ check_PROGRAMS += test_sigreceive
test_sigreceive_SOURCES = tests/helpers/test_sigreceive.c
test_sigreceive_LDADD = $(LDADD) libcommon.la
-check_PROGRAMS += test_uuidd
-test_uuidd_SOURCES = tests/helpers/test_uuidd.c
-test_uuidd_LDADD = $(LDADD) libcommon.la libuuid.la -lpthread
-test_uuidd_CFLAGS = $(AM_CFLAGS) -I$(ul_libuuid_incdir)
-