diff options
author | Evan Hunt <each@isc.org> | 2010-05-30 00:49:06 +0200 |
---|---|---|
committer | Evan Hunt <each@isc.org> | 2010-05-30 00:49:06 +0200 |
commit | 90c8141b69409f255d60de39ecffe7ddeaf71551 (patch) | |
tree | 7a42ed5ecbefe37df3dd347cbcd861c129930d87 /src/lib/exceptions | |
parent | Update test cases for bindctl.(skip review) (diff) | |
parent | - add checks for queued config commands to ASIO query processing loop (diff) | |
download | kea-90c8141b69409f255d60de39ecffe7ddeaf71551.tar.xz kea-90c8141b69409f255d60de39ecffe7ddeaf71551.zip |
3. [func] each
bin/auth: removed custom query-processing code, changed
boost::asio code to use plain asio instead, and added asio
headers to the source tree. This allows building without
using an external boost library. (Trac #163, svn r1983)
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1983 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'src/lib/exceptions')
-rw-r--r-- | src/lib/exceptions/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exceptions/Makefile.am b/src/lib/exceptions/Makefile.am index 9456706ac4..cc5158dd19 100644 --- a/src/lib/exceptions/Makefile.am +++ b/src/lib/exceptions/Makefile.am @@ -1,3 +1,4 @@ +AM_CXXFLAGS=$(B10_CXXFLAGS) lib_LTLIBRARIES = libexceptions.la libexceptions_la_SOURCES = exceptions.h exceptions.cc |