summaryrefslogtreecommitdiffstats
path: root/tests/helpers/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2015-04-24 12:40:51 +0200
committerKarel Zak2015-04-24 12:40:51 +0200
commit0f2b00ce0a76068e673a0f89a3da0375f04b4263 (patch)
tree2b9e3d42482e3339f5e1dd618ffae5e0f40f238a /tests/helpers/Makemodule.am
parenttests: add uuidd test program (diff)
downloadkernel-qcow2-util-linux-0f2b00ce0a76068e673a0f89a3da0375f04b4263.tar.gz
kernel-qcow2-util-linux-0f2b00ce0a76068e673a0f89a3da0375f04b4263.tar.xz
kernel-qcow2-util-linux-0f2b00ce0a76068e673a0f89a3da0375f04b4263.zip
test_uuidd: err messages, argv[] parsing and another cleanups
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/helpers/Makemodule.am')
-rw-r--r--tests/helpers/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am
index 8d91caadd..66d85ba07 100644
--- a/tests/helpers/Makemodule.am
+++ b/tests/helpers/Makemodule.am
@@ -17,6 +17,6 @@ test_sigreceive_LDADD = $(LDADD) libcommon.la
check_PROGRAMS += test_uuidd
test_uuidd_SOURCES = tests/helpers/test_uuidd.c
-test_uuidd_LDADD = libuuid.la -lpthread
+test_uuidd_LDADD = $(LDADD) libcommon.la libuuid.la -lpthread
test_uuidd_CFLAGS = $(AM_CFLAGS) -I$(ul_libuuid_incdir)