diff options
author | Peter Rosin <peda@lysator.liu.se> | 2011-05-04 16:37:58 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-04 16:18:51 -0400 |
commit | 7b819f2d97fae57da07f00fd53fa82b02d39fe59 (patch) | |
tree | 32070ac74def4a5e9e0ca3113fbaba2459cc9176 | |
parent | 274dd0369afa57448369ee4f85fb7e24883f5172 (diff) | |
download | libevent-7b819f2d97fae57da07f00fd53fa82b02d39fe59.tar.gz |
Libtool brings in the dependencies of libevent_openssl.la automatically
-rw-r--r-- | sample/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sample/Makefile.am b/sample/Makefile.am index 09464273..4ade6aab 100644 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -15,7 +15,7 @@ http_server_sources = http-server.c if OPENSSL noinst_PROGRAMS += le-proxy le_proxy_sources = le-proxy.c -le_proxy_LDADD = $(LDADD) ../libevent_openssl.la -lssl -lcrypto +le_proxy_LDADD = $(LDADD) ../libevent_openssl.la endif verify: diff --git a/test/Makefile.am b/test/Makefile.am index cf5431ae..01bd203f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -60,7 +60,7 @@ regress_LDFLAGS = $(PTHREAD_CFLAGS) if OPENSSL regress_SOURCES += regress_ssl.c -regress_LDADD += ../libevent_openssl.la -lssl -lcrypto +regress_LDADD += ../libevent_openssl.la endif bench_SOURCES = bench.c |