summaryrefslogtreecommitdiffstats
path: root/tests/helpers/Makemodule.am
diff options
context:
space:
mode:
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)