dovecot-2.2: lib-http: Fixed linking test programs.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 21 08:02:44 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/e07f504f1040
changeset: 17630:e07f504f1040
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 21 11:00:59 2014 +0300
description:
lib-http: Fixed linking test programs.

diffstat:

 src/lib-http/Makefile.am |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r edcbd75b76ba -r e07f504f1040 src/lib-http/Makefile.am
--- a/src/lib-http/Makefile.am	Mon Jul 21 10:54:05 2014 +0300
+++ b/src/lib-http/Makefile.am	Mon Jul 21 11:00:59 2014 +0300
@@ -127,11 +127,15 @@
 	libhttp.la \
 	../lib-dns/libdns.la \
 	../lib-ssl-iostream/libssl_iostream.la \
+	../lib-master/libmaster.la \
+	../lib-settings/libsettings.la \
 	$(test_libs)
 test_http_client_DEPENDENCIES = \
 	libhttp.la \
 	../lib-dns/libdns.la \
 	../lib-ssl-iostream/libssl_iostream.la \
+	../lib-master/libmaster.la \
+	../lib-settings/libsettings.la \
 	$(test_deps)
 
 test_http_server_SOURCES = test-http-server.c
@@ -140,11 +144,15 @@
 	libhttp.la \
 	../lib-dns/libdns.la \
 	../lib-ssl-iostream/libssl_iostream.la \
+	../lib-master/libmaster.la \
+	../lib-settings/libsettings.la \
 	$(test_libs)
 test_http_server_DEPENDENCIES = \
 	libhttp.la \
 	../lib-dns/libdns.la \
 	../lib-ssl-iostream/libssl_iostream.la \
+	../lib-master/libmaster.la \
+	../lib-settings/libsettings.la \
 	$(test_deps)
 
 check: check-am check-test


More information about the dovecot-cvs mailing list