summaryrefslogtreecommitdiff
path: root/src/Makefile_Evil.am
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2013-07-18 13:52:54 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2013-07-18 14:21:19 +0100
commitfc579458739219386486be22539818d1e4cf5295 (patch)
tree330c7fc29b70eed19592cc845472e9e2ed6e2f03 /src/Makefile_Evil.am
parent42549d43ab9acf9bc279f5d5ea4e5b21f82b1129 (diff)
downloadefl-fc579458739219386486be22539818d1e4cf5295.tar.gz
Revert "evil: Evils own libdl lib is also needed for the test programs."
This reverts commit 525c4cbecebb25f7b939c3a7e47957042862c4ee.
Diffstat (limited to 'src/Makefile_Evil.am')
-rw-r--r--src/Makefile_Evil.am4
1 files 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