From 83eea0b197aed3b303fb7e986af7f4270e6cecde Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 29 Jan 2015 12:00:32 +0100 Subject: [PATCH] tests: don't add test-dlopen twice test-dlopen needs to be added only when libdl is available, and it is like that already (within if HAVE_LIBDL); hence don't unconditionally add it as well. --- tests/c-api/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/c-api/Makefile.am b/tests/c-api/Makefile.am index e2cab37cd..7bfffe5d3 100644 --- a/tests/c-api/Makefile.am +++ b/tests/c-api/Makefile.am @@ -47,7 +47,6 @@ TESTS = \ tests \ test-just-header \ test-create-handle \ - test-dlopen \ test-config \ test-add-drive-opts \ test-last-errno \