BIND 10 master, updated. b561ddc9d182cc237143fbd37ab9e6a0277da948 [trac1363] makefile fix for boost path
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 31 13:02:02 UTC 2011
The branch, master has been updated
via b561ddc9d182cc237143fbd37ab9e6a0277da948 (commit)
from f8c76dbe976b3134974a3b3e28ae9c7586439c3a (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 b561ddc9d182cc237143fbd37ab9e6a0277da948
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Oct 31 14:01:28 2011 +0100
[trac1363] makefile fix for boost path
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/datasrc/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/Makefile.am b/src/lib/python/isc/datasrc/Makefile.am
index 60282d9..a5b4ca3 100644
--- a/src/lib/python/isc/datasrc/Makefile.am
+++ b/src/lib/python/isc/datasrc/Makefile.am
@@ -8,6 +8,7 @@ python_PYTHON = __init__.py master.py sqlite3_ds.py
# new data
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
+AM_CPPFLAGS += $(BOOST_INCLUDES)
AM_CPPFLAGS += $(SQLITE_CFLAGS)
python_LTLIBRARIES = datasrc.la
More information about the bind10-changes
mailing list