summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2009-01-09 17:29:06 +0000
committerVincent Torri <vincent.torri@gmail.com>2009-01-09 17:29:06 +0000
commitd992638016fa88440e60cb553bb5c92b3bfbe794 (patch)
treecc84a9e99dcc696653f98f30386caa3baa29d5df /src/bin
parent42e2bdfcee4441d0cccaf68234d7a912a5205d58 (diff)
downloadeet-d992638016fa88440e60cb553bb5c92b3bfbe794.tar.gz
check if the linker supports --as-needed
SVN revision: 38520
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index ff75735..b66a831 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -16,4 +16,4 @@ bin_PROGRAMS = eet
eet_SOURCES = eet_main.c
eet_CFLAGS = @EET_CFLAGS@
eet_LDADD = $(top_builddir)/src/lib/libeet.la
-eet_LDFLAGS = @lt_enable_auto_import@ -Wl
+eet_LDFLAGS = @lt_enable_auto_import@ @ld_as_needed@