]> xenbits.xensource.com Git - people/iwj/ring3-xl-test.git/commitdiff
Makefile: Remove -ldl
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 23 Jun 2015 17:40:09 +0000 (18:40 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 23 Jun 2015 17:40:09 +0000 (18:40 +0100)
We don't use dlopen any more.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Makefile

index 3741801008a614bf61b4a075e2e872c990565e9b..62770b0f7a927f91975e7bcd79e52d49d3783994 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 SRCS = testcase_runner.c eventloop_runner.c testcase_utils.c async_test.c
 CFLAGS = -Wall -Wextra -Werror -g
-LDLIBS = -pthread -lxenctrl -lxlutil -lxenlight -ldl
+LDLIBS = -pthread -lxenctrl -lxlutil -lxenlight
 TESTS = $(wildcard test_*.c)
 ALL_SRCS = $(SRCS) $(TESTS)