From 08c33651c7bff1b4635fe5f0170b8eca3a522800 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 26 Apr 2010 13:51:19 -0700 Subject: [PATCH] test: needs -ldl too for logger code --- src/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 39a994c39b..62612a0e15 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -35,6 +35,7 @@ test_policy_hosts_CPPFLAGS = \ $(GLIB_CFLAGS) test_policy_hosts_LDADD = \ + -ldl \ $(top_builddir)/src/libtest-policy-hosts.la \ $(GLIB_LIBS)