Libtool brings in the dependencies of libevent_openssl.la automatically

This commit is contained in:
Peter Rosin 2011-05-04 16:37:58 +02:00 committed by Nick Mathewson
parent 274dd0369a
commit 7b819f2d97
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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