From 5fc6464527b11f08f1e3592e2c8eff621521d85c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 21 Jul 2008 14:50:36 -0700 Subject: Don't explicitly link against libdl. There is no need to add -ldl explicitly to each program's LDADD, because the configure test for dladdr does that for us. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 8c548c048..8c5bf8dc0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,5 +13,5 @@ test_type_props_SOURCES = test-type-props.c check_PROGRAMS += test-dhcp-client test_dhcp_client_SOURCES = test-dhcp-client.c -test_dhcp_client_LDADD = ../lib/libopenflow.la -ldl +test_dhcp_client_LDADD = ../lib/libopenflow.la -- cgit v1.2.1