From 0e54680072ccebf1e7d461ff7feeb281a5f3188c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 18 Jul 2013 13:53:05 +0100 Subject: [PATCH] Revert "evil: Also add LDL_LIB to LIDADD" This reverts commit 079bc42bfe0ecaba951e2cecf52a4531828e56d7. --- src/Makefile_Evil.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Evil.am b/src/Makefile_Evil.am index 0eb92fb6d2..d55764ab77 100644 --- a/src/Makefile_Evil.am +++ b/src/Makefile_Evil.am @@ -156,7 +156,7 @@ 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@ +bin_evil_test_evil_LDADD = @USE_EVIL_LIBS@ bin_evil_test_evil_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@ endif