From fc579458739219386486be22539818d1e4cf5295 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 18 Jul 2013 13:52:54 +0100 Subject: [PATCH] Revert "evil: Evils own libdl lib is also needed for the test programs." This reverts commit 525c4cbecebb25f7b939c3a7e47957042862c4ee. --- src/Makefile_Evil.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile_Evil.am b/src/Makefile_Evil.am index 7e9854f47d..0eb92fb6d2 100644 --- a/src/Makefile_Evil.am +++ b/src/Makefile_Evil.am @@ -152,11 +152,11 @@ bin_evil_evil_suite_SOURCES += bin/evil/memcpy_glibc_arm.S endif bin_evil_evil_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl @EVIL_CFLAGS@ -bin_evil_evil_suite_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@ -lm lib/evil/libdl.la +bin_evil_evil_suite_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@ -lm bin_evil_evil_suite_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@ bin_evil_test_evil_SOURCES = bin/evil/test_evil.c -bin_evil_test_evil_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@ lib/evil/libdl.la +bin_evil_test_evil_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@ bin_evil_test_evil_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@ endif