summaryrefslogtreecommitdiffstats
path: root/src/lib/xfr/Makefile.am
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2011-12-06 03:04:30 +0100
committerJINMEI Tatuya <jinmei@isc.org>2011-12-06 03:04:30 +0100
commit0ae049de728692224b087e95a645f45f4a69cb68 (patch)
tree244865012016df51791bc166f169e40403ffd993 /src/lib/xfr/Makefile.am
parent[master] tabbing consistency (diff)
downloadkea-0ae049de728692224b087e95a645f45f4a69cb68.tar.xz
kea-0ae049de728692224b087e95a645f45f4a69cb68.zip
[1387] catch all ASIO exceptions in XfroutClient::connect.
without this the ASIO exception could be propagated due to (e.g.) too long file name, which would subsequently shut down b10-auth.
Diffstat (limited to 'src/lib/xfr/Makefile.am')
-rw-r--r--src/lib/xfr/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/xfr/Makefile.am b/src/lib/xfr/Makefile.am
index d714990cbf..3d7f60f834 100644
--- a/src/lib/xfr/Makefile.am
+++ b/src/lib/xfr/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = . tests
+
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
AM_CPPFLAGS += -I$(top_srcdir)/src/lib/dns -I$(top_builddir)/src/lib/dns
AM_CPPFLAGS += $(BOOST_INCLUDES)