BIND 10 trac1452, updated. 0bcc177400198c0ea2ede57651853302a6d37490 [1452] Fix makefile
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Dec 16 15:43:26 UTC 2011
The branch, trac1452 has been updated
via 0bcc177400198c0ea2ede57651853302a6d37490 (commit)
from 9176c84be6b46b48cf31a21764db0ada5d0fda26 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0bcc177400198c0ea2ede57651853302a6d37490
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri Dec 16 16:40:07 2011 +0100
[1452] Fix makefile
The library now contains exceptions, we must link to them.
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/io/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/util/io/Makefile.am b/src/lib/util/io/Makefile.am
index 5d99045..96b9d25 100644
--- a/src/lib/util/io/Makefile.am
+++ b/src/lib/util/io/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS += $(BOOST_INCLUDES)
lib_LTLIBRARIES = libutil_io.la
libutil_io_la_SOURCES = fd.h fd.cc fd_share.h fd_share.cc
libutil_io_la_SOURCES += socketsession.h socketsession.cc sockaddr_util.h
+libutil_io_la_LIBADD = $(top_builddir)/src/lib/exceptions/libexceptions.la
CLEANFILES = *.gcno *.gcda
More information about the bind10-changes
mailing list